de-os-specificised some bits. Commented the file association entries
authorjprocter <Jim Procter>
Tue, 14 Jun 2005 16:31:47 +0000 (16:31 +0000)
committerjprocter <Jim Procter>
Tue, 14 Jun 2005 16:31:47 +0000 (16:31 +0000)
in jnlp for the moment.

build.xml

index 3c91a2f..dbed685 100755 (executable)
--- a/build.xml
+++ b/build.xml
 
     <target name="build" depends="prepare">
       <!-- not efficient yet. -->
-      <javac source="1.4" target="1.4" srcdir="${sourceDir}" destdir="${outputDir}"
-      classpathref="build.classpath" />
+      <javac source="1.4" target="1.4"
+        srcdir ="${sourceDir}"
+        destdir="${outputDir}"
+      classpathref="build.classpath">
+      <exclude name="jalview/*applet*"/>
+       <exclude name="com/stevesoft/**"/>
+      </javac>
     </target>
     <target name="buildindices" depends="init, prepare"
     unless="help.uptodate">
         <description>Jalview Multiple Alignment Editor</description>
         <description kind="short">Jalview</description>
         <icon href="logo_big.gif"/>
-        <association mime-type="application-x/ext-file" extensions="fa"/>
+       <!--
+       <association mime-type="application-x/ext-file" extensions="fa"/>
         <association mime-type="application-x/ext-file" extensions="fasta"/>
         <association mime-type="application-x/ext-file" extensions="fastq"/>
         <association mime-type="application-x/ext-file" extensions="blc"/>
         <association mime-type="application-x/ext-file" extensions="pfam"/>
         <association mime-type="application-x/ext-file" extensions="aln"/>
         <association mime-type="application-x/ext-file" extensions="pir"/>
-      </information>
+       -->
+       </information>
         <resources>
           <j2se version="1.3+"/>
           <fileset dir="${packageDir}">
   </target>
 
   <target name="obfuscate" depends="packageApplet">
-    <taskdef resource="proguard/ant/task.properties" classpath="C:/JalviewX/utils/proguard.jar" />
+    <taskdef resource="proguard/ant/task.properties" classpath="utils/proguard.jar" />
     <proguard>
       -libraryjars "${java.home}/lib/rt.jar"
       -injars      in.jar