JAL-3033 tarball from site
authorJim Procter <jprocter@issues.jalview.org>
Wed, 27 Jun 2018 07:42:22 +0000 (08:42 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 27 Jun 2018 07:42:22 +0000 (08:42 +0100)
build.xml

index 89c93c9..1e9964c 100755 (executable)
--- a/build.xml
+++ b/build.xml
        </fileset>
   </copy>
   
+  <!-- copy test files into place in site -->
   <copy todir="${site}/examples">
   <fileset dir="examples">
   <include name="*.*"/>
     </fileset>
   </copy>
   <!-- closure compile -->
-  <!-- copy test files into place in site -->
+  <!-- tarball -->
+  <tar compression="gzip" destfile="site.tar.gz">
+    <tarfileset dir="site"/>
+  </tar>
 </target>
 </project>