aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/build.xml2
-rw-r--r--nbproject/project.xml4
2 files changed, 4 insertions, 2 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>
diff --git a/nbproject/project.xml b/nbproject/project.xml
index 9440c28aa..a3f1c61b8 100644
--- a/nbproject/project.xml
+++ b/nbproject/project.xml
@@ -57,7 +57,7 @@
<ide-actions>
<action name="build">
<script>${ant.script}</script>
- <target>all</target>
+ <target>all.but-archives</target>
</action>
<action name="clean">
<script>${ant.script}</script>
@@ -66,7 +66,7 @@
<action name="rebuild">
<script>${ant.script}</script>
<target>clean</target>
- <target>all</target>
+ <target>all.but-archives</target>
</action>
<action name="compile.single">
<script>nbproject/ide-file-targets.xml</script>