Annotation colours added to applet
[jalview.git] / build.xml
index 38f5358..ae21307 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -38,7 +38,7 @@
         </fileset> -->
       </path>
 
-      <property name="JALVIEW_VERSION" value="2.03"/>
+      <property name="JALVIEW_VERSION" value="2.07"/>
       <property name="" value=""/>
       <property name="libDir" value="lib"/>
       <property name="resourceDir" value="resources"/>
@@ -85,7 +85,7 @@
     <taskdef classpath="utils/roxes-ant-tasks-1.2-2004-01-30.jar" resource="com/roxes/tools/ant/taskdefs.properties"/>
     <target name="buildPropertiesFile" depends="init">
       <tstamp prefix="build">
-        <format property="date" pattern="dd MMMM yyyy hh.mm aa"/>
+        <format property="date" pattern="dd MMMM yyyy"/>
       </tstamp>
       <properties file="${outputDir}/.build_properties">
         <header>
         </manifest>
         <fileset dir="${outputDir}">
           <include name="com/**"/>
+          <include name="MCview/**"/>
           <include name="jalview/**"/>
           <include name=".build_properties"/>
           <include name="images/idwidth.gif"/>
       -injars      in.jar
       -outjars     jalviewApplet.jar
       -keep public class jalview.bin.JalviewLite
+       { public * ; }
     </proguard>
     <delete file="in.jar"/>
   </target>