aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-11 06:28:49 +0200
committerSven Gothel <[email protected]>2011-09-11 06:28:49 +0200
commit3c325732feb4c814dbfae7f35a69191b18a31116 (patch)
tree7fd66e5c85ee121436fb4c2e148c9cb492960802
parent3a6e5efa644ce9496dba73b5cb1d1e10b3d5422f (diff)
remove gluegen/jogl files from 7z archive
-rw-r--r--build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index a0751a15..aea727e9 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->