aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-04-02 15:26:55 +0200
committerSven Gothel <[email protected]>2011-04-02 15:26:55 +0200
commitc2fdfa4e25a378f1d82b41417b1370a93048ab62 (patch)
tree93c6a22267a1b81bb39787296cccd37175841a05
parenta550afe604d8a1e63110d9f76ef04e2b493271c9 (diff)
all.ide: add one.dir to update build/jar/
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 35ebf1ca7..3757924dd 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -12,7 +12,7 @@
<target name="all.but-archives" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,test.compile,one.dir,tag.build" />
- <target name="all.ide" description="Build nativewindow, jogl and newt projects, including all junit tests, but don't copy libs or JARs or tag the build" depends="init,build.nativewindow,build.jogl,build.newt,test.compile" />
+ <target name="all.ide" description="Build nativewindow, jogl and newt projects, including all junit tests, but don't copy libs or JARs or tag the build" depends="init,build.nativewindow,build.jogl,build.newt,test.compile,one.dir" />
<target name="test.compile">
<ant antfile="build-test.xml" target="test.compile" inheritRefs="true" inheritAll="true"/>