Formatting
[jalview.git] / build.xml
index 4985f91..0226383 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -53,7 +53,7 @@
         </fileset> -->
       </path>
       <!-- Jalview Version String displayed by application on startup and used to check for updates -->
-      <property name="JALVIEW_VERSION" value="ANNOTATION_TEST"/>
+      <property name="JALVIEW_VERSION" value="2.2"/>
       <!-- Don't change anything below here unless you know what you are doing! -->
       <!-- Url path for WebStart in JNLP file -->
       <property name="WebStartLocation" value="http://www.jalview.org/webstart"/>
 
   <target name="packageApplet" depends="compileApplet, buildPropertiesFile">
   <copy file="${resourceDir}/images/idwidth.gif" toFile="${outputDir}/images/idwidth.gif"/>
+  <copy file="${resourceDir}/images/link.gif" toFile="${outputDir}/images/link.gif"/>
        <jar destfile="in.jar">
         <manifest>
             <attribute name="Main-Class" value="jalview.bin.JalviewLite"/>
           <include name="jalview/**"/>
           <include name=".build_properties"/>
           <include name="images/idwidth.gif"/>
+          <include name="images/link.gif"/>
         </fileset>
       </jar>
   </target>