appletgui should ve excluded from normal application build
[jalview.git] / build.xml
index 9141683..a3c7ee9 100755 (executable)
--- a/build.xml
+++ b/build.xml
                                debug="${javac.debug}"
       classpathref="build.classpath">
                        <exclude name="jalview/*applet*"/>
+                       <exclude name="jalview/appletgui/**"/>
                        <exclude name="com/stevesoft/**"/>
                </javac>
        </target>