aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2004-07-16 18:02:08 +0000
committerKenneth Russel <[email protected]>2004-07-16 18:02:08 +0000
commit00eea620eb476547de333401d007b5139e19cf4a (patch)
treec6ef3745119041cda8ca1455dcb0f4f40df45479 /make
parentb233755e292994fa8dfbc7543b6a450ee83a24cc (diff)
Fixed Issue 85: Weekly builds / source
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@140 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 1814c1ffd..d710f90c9 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -1008,6 +1008,7 @@
<delete>
<fileset dir="${jogl.dist.dir}" includes="jogl-natives-*.jar" />
</delete>
+ <delete file="${jogl.dist.dir}/jogl-src.zip" />
<jar destfile="${jogl.dist.dir}/jogl.jar" duplicate="preserve">
<zipgroupfileset dir="${jogl.dist.dir}"
includes="jogl-win32/*.jar, jogl-linux/*.jar, jogl-macosx/*.jar" />
@@ -1029,6 +1030,12 @@
<!-- jar destfile="${jogl.dist.dir}/jogl-natives-solx86.jar"
basedir="${jogl.dist.dir}/jogl-solx86"
includes="libjogl.so" -->
+ <!-- Build a source archive as well -->
+ <zip destfile="${jogl.dist.dir}/jogl-src.zip"
+ basedir="../.."
+ includes="jogl/doc/**,jogl/make/**,jogl/src/**"
+ excludes="**/*.class,**/*~"
+ />
</target>
<!-- ================================================================== -->