diff options
author | Sven Gothel <[email protected]> | 2010-10-27 02:13:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-10-27 02:13:07 +0200 |
commit | b62cc2479c49d2a9913a297bcd0375e2351f7cba (patch) | |
tree | 3a18fa6c8271fa5b5a718b74322ad123536c935b /make/build.xml | |
parent | a4e3f241cfba55e407c68eba91ffcc4beb0758b5 (diff) |
Netbeans: use build target all.but-archives
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 33fb18498..c4ee35091 100644 --- a/make/build.xml +++ b/make/build.xml @@ -161,6 +161,8 @@ <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,tag.build,developer-zip-archive,source-archive" /> + <target name="all.but-archives" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,junit.compile,one-dir" /> + <target name="junit.compile"> <ant antfile="build-junit.xml" target="junit.compile" inheritRefs="true" inheritAll="true"/> </target> |