Add idwidth.gif in applet jar
authoramwaterhouse <Andrew Waterhouse>
Thu, 18 Aug 2005 14:09:34 +0000 (14:09 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 18 Aug 2005 14:09:34 +0000 (14:09 +0000)
build.xml

index 4eb6243..d28bcca 100755 (executable)
--- a/build.xml
+++ b/build.xml
   </target>
 
   <target name="packageApplet" depends="compileApplet, buildPropertiesFile">
+  <copy file="${resourceDir}/images/idwidth.gif" toFile="${outputDir}/images/idwidth.gif"/>
        <jar destfile="in.jar">
         <fileset dir="${outputDir}">
           <include name="com/**"/>
           <include name="jalview/**"/>
           <include name=".build_properties"/>
-          <include name="${resourceDir}/images/idwidth.gif"/>
+          <include name="images/idwidth.gif"/>
         </fileset>
       </jar>
   </target>