diff options
author | Kenneth Russel <[email protected]> | 2006-02-13 17:39:57 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-02-13 17:39:57 +0000 |
commit | 33c8d8f296705d370a3ee33e3489f34ed44afa7f (patch) | |
tree | 999d881e726e71533564e77f4cea0d5e3e95adca | |
parent | 6ce1f72f6b34205ac897fa8cec5b3dd225081eeb (diff) |
Added GlueGen sources, LICENSEs and READMEs to JOGL dist's jogl-src.zip
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@606 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index e98b75714..daa12edc5 100644 --- a/make/build.xml +++ b/make/build.xml @@ -1138,7 +1138,7 @@ <!-- Build a source archive as well --> <zip destfile="${jogl.dist.dir}/jogl-src.zip" basedir="../.." - includes="jogl/doc/**,jogl/make/**,jogl/src/**" + includes="gluegen/LICENCE.txt,gluegen/doc/**,gluegen/make/**,gluegen/src/**,jogl/LICENSE.txt,jogl/README.txt,jogl/doc/**,jogl/make/**,jogl/src/**" excludes="**/*.class,**/*~" /> </target> |