JAL-3048 remove TODOs
[jalview.git] / 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>