summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 45e164a1..6c7ed4cb 100644
--- a/build.xml
+++ b/build.xml
@@ -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>