JAL-1884 add the JNLP template to jalview_jnlp_vm.jar
authorJim Procter <jprocter@issues.jalview.org>
Fri, 11 Sep 2015 13:39:02 +0000 (14:39 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 11 Sep 2015 13:39:02 +0000 (14:39 +0100)
build.xml

index de0d7a8..658d246 100755 (executable)
--- a/build.xml
+++ b/build.xml
 
     <jar destfile="${packageDir}/jalview_jnlp_vm.jar" index="true">
       <fileset dir="${packageDir}">
-        <include name="JNLP-INF"/>
+        <include name="JNLP-INF/APPLICATION-TEMPLATE.JNLP" />
       </fileset>
     </jar>