diff options
author | Sven Gothel <[email protected]> | 2011-09-11 06:28:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-11 06:28:49 +0200 |
commit | 3c325732feb4c814dbfae7f35a69191b18a31116 (patch) | |
tree | 7fd66e5c85ee121436fb4c2e148c9cb492960802 /build.xml | |
parent | 3a6e5efa644ce9496dba73b5cb1d1e10b3d5422f (diff) |
remove gluegen/jogl files from 7z archive
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -299,7 +299,7 @@ <!-- jars and jared natives --> <copy todir="${dist.dir}/tmp/${dist.zip.name}/jar" flatten="true"> - <fileset dir="${dist.dir}" includes="jocl.jar,jocl-natives-*.jar,lib/*.jar"/> + <fileset dir="${dist.dir}" includes="jocl.jar,jocl-natives-*.jar"/> </copy> <copy todir="${dist.dir}/tmp/${dist.zip.name}/jnlp-files"> <fileset dir="." includes="*.jnlp"/> @@ -312,7 +312,6 @@ <!-- native files, TODO: remove when no longer needed --> <copy todir="${dist.dir}/tmp/${dist.zip.name}/lib" failonerror="false"> <fileset dir="${basedir}/${rootrel.build}/natives/jocl" excludes="*.xml"/> - <fileset dir="${jogl.root}/${rootrel.build}/lib" excludes="*.xml"/> </copy> <!-- zip/7z it --> |