JAL-1888 property to specify which testng groups should run (Functional is default)
[jalview.git] / build.xml
index e9006ca..da389fe 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -80,6 +80,8 @@
     <property name="jalview.key" value="jalview" />
     <!-- Key Password -->
     <property name="jalview.key.pass" value="alignmentisfun" />
+    
+    <property name="testng-groups" value="Functional"/>
 
     <!-- Don't change anything below here unless you know what you are doing! -->
     <!-- Url path for WebStart in JNLP file -->
 
     <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>