summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index e14c5fd..5a34eff 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -107,7 +107,7 @@
</target>
<target name="jar" depends="compile" description="Build JOAL demos jar file">
- <jar destfile="${joal.demos.jar}">
+ <jar manifest="manifest.mf" destfile="${joal.demos.jar}">
<fileset dir="${classes.dir}" />
<fileset dir="${src.dir}">
<include name="demos/data/**" />