aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.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-nativewindow.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-nativewindow.xml')
-rw-r--r--make/build-nativewindow.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index bb31dc0d0..881e322d5 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -827,7 +827,7 @@
</target>
<target name="build-jars-javase" depends="setup-manifestfile,build-jars-awt,build-jars-x11,build-jars-windows,build-jars-macosx">
- <jar manifest="${build.nativewindow}/manifest.mf" destfile="${nativewindow-core.jar}" filesonly="true">
+ <jar manifest="${build.nativewindow}/manifest.mf" destfile="${nativewindow.jar}" filesonly="true">
<fileset dir="${classes}"
includes="${java.part.core}"
excludes="${java.part.awt} ${java.part.x11} ${java.part.windows}"/>