JAL-1541 exclude all unnecessary jalview.io classes from applet build
authorJim Procter <jprocter@dundee.ac.uk>
Wed, 12 Nov 2014 15:22:34 +0000 (15:22 +0000)
committerJim Procter <jprocter@dundee.ac.uk>
Wed, 12 Nov 2014 15:22:34 +0000 (15:22 +0000)
build.xml

index 19b41e5..3705821 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <!-- switch to exclude associations from generated jnlp files -->
     <!-- <property name="nojnlpfileassocs" value="true"/> -->
 
-    <!-- Jalview Web Service Clients - see the comments in 'buildextclients' for details -->
+    <!-- Jalview Web Service Clients - see the comments in 'buildextexcclients' for details -->
     <property name="wsdl.File" value="http://www.compbio.dundee.ac.uk/JalviewWS/services/jpred?wsdl" />
     <property name="wsdl.Files" value="http://www.compbio.dundee.ac.uk/JalviewWS/services/vamsas?wsdlFiles" />
     <property name="wsdl.MsaWS" value="http://www.compbio.dundee.ac.uk/JalviewWS/services/MuscleWS?wsdl" />
   <mkdir dir="${outputDir}" />
   <javac source="1.5" target="1.5" srcdir="${sourceDir}" destdir="${outputDir}" debug="${javac.debug}" 
                        classpathref="jalviewlite.deps" includes="jalview/appletgui/**"
-                       excludes="ext/**,MCview/**,org/**,vamsas/**,jalview/ext/paradise/**" />
+                       excludes="ext/**,MCview/**,org/**,vamsas/**,jalview/io/**,jalview/ext/paradise/**" />
 </target>
 
 <target name="packageApplet" depends="compileApplet, buildPropertiesFile">