aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-07-05 15:13:19 +0200
committerSven Gothel <[email protected]>2014-07-05 15:13:19 +0200
commit06fc570f70dc5ccfad7399d8426bdf224c239a5a (patch)
treef844f7c9bcd564a8d945e5e7f1f085409f91d3b1 /make/build-newt.xml
parentbda482e4eee76a5ba2139645682ae64dadacbc6b (diff)
parent5951b33b303df3a12888fe0fbc5ccc88112a3984 (diff)
Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024)
Conflicts: make/scripts/tests.sh (build.xml: Using <copy tofile=".."/> instead of producing new jar files via <jar> to keep identity)
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index dd0ccc1d6..d9d2e6645 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -804,7 +804,7 @@
</target>
<target name="build-jars-javase" depends="setup-manifestfile,build-jars-opengl,build-jars-awt,build-jars-swt,build-jars-driver">
- <jar manifest="${build.newt}/manifest.mf" destfile="${newt-core.jar}" filesonly="true">
+ <jar manifest="${build.newt}/manifest.mf" destfile="${newt.jar}" filesonly="true">
<fileset dir="${classes}"
includes="${java.part.core}"/>
<fileset dir="resources/assets" includes="newt/data/**" />