diff options
author | Sven Gothel <[email protected]> | 2010-11-29 03:46:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-29 03:46:53 +0100 |
commit | 075e32ec306dd45d1f67daf2184dc5fd36f557b9 (patch) | |
tree | a4796786525894c1487795f4824ecef077efbe23 /build.xml | |
parent | ba0bb74ffa5865dc4489f5c0575b0a7612343a80 (diff) |
Use unresolved/tagged jnlp file for ZIP
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ <zip destfile="${dist.dir}/${dist.zip.name}.zip"> <zipfileset dir="${dist.dir}" includes="jocl.jar" prefix="${dist.zip.name}/jar"/> <zipfileset dir="${dist.dir}" includes="jocl-natives-*.jar" prefix="${dist.zip.name}/jar"/> - <zipfileset dir="${dist.dir}" includes="*.jnlp" prefix="${dist.zip.name}/jnlp-files"/> + <zipfileset dir="." includes="*.jnlp" prefix="${dist.zip.name}/jnlp-files"/> <zipfileset dir="${dist.dir}" includes="*.properties" prefix="${dist.zip.name}"/> </zip> |