git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd76bc7
)
JAL-3033 tarball from site
author
Jim Procter
<jprocter@issues.jalview.org>
Wed, 27 Jun 2018 07:42:22 +0000
(08:42 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Wed, 27 Jun 2018 07:42:22 +0000
(08:42 +0100)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
89c93c9
..
1e9964c
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-1064,12
+1064,16
@@
</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>