summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-06-02 14:17:17 +0200
committerMichael Bien <[email protected]>2010-06-02 14:17:17 +0200
commit1c4dadcc23b3920b0c612254af361da370d86cb8 (patch)
tree95d505f3109cada84ee54d3b1d0f27737e398640 /make/build.xml
parentace04b51b41dd7887aec4095c8c4792dfc4c284b (diff)
parentede9386de45b63f46c206aaed27ddeafe8fe96fa (diff)
Merge branch 'master' of github.com:sgothel/jogl
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 9a1cf81ce..4b6c2cabe 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -63,7 +63,7 @@
</copy>
</target>
- <target name="one.dir" depends="one-lib-dir,one-jar-dir"/>
+ <target name="one-dir" depends="one-lib-dir,one-jar-dir"/>
<target name="repack-jars" depends="one-jar-dir">
<!-- Re-pack jars we have the intent to compress later, after signing -->
@@ -155,7 +155,7 @@
- Main build target.
-->
- <target name="all" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,junit.compile,one-lib-dir,one-jar-dir,developer-zip-archive,source-archive" />
+ <target name="all" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,junit.compile,one-dir,developer-zip-archive,source-archive" />
<target name="junit.compile">
<ant antfile="build-junit.xml" target="junit.compile" inheritRefs="true" inheritAll="true"/>