diff options
author | Sven Gothel <[email protected]> | 2011-02-25 04:58:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-25 04:58:06 +0100 |
commit | 6ed203e605cd08af14f4649bd91c3e2a35e68634 (patch) | |
tree | fd58b6da6e37c4b9bd77dacc41421d25e9b29728 /make/build.xml | |
parent | 6188d6a385056adade49fcb6d8247f94f96d402e (diff) | |
parent | e5777ec9e6ea79e0aface29fa679ccea4035f0e2 (diff) |
Merge remote-tracking branch 'wwalker/2010_02_18_Eclipse_build_improvements'
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 1b3107993..c9dfca0b4 100644 --- a/make/build.xml +++ b/make/build.xml @@ -12,6 +12,8 @@ <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="test.compile"> <ant antfile="build-test.xml" target="test.compile" inheritRefs="true" inheritAll="true"/> </target> |