aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-10-27 02:13:07 +0200
committerSven Gothel <[email protected]>2010-10-27 02:13:07 +0200
commitb62cc2479c49d2a9913a297bcd0375e2351f7cba (patch)
tree3a18fa6c8271fa5b5a718b74322ad123536c935b /nbproject
parenta4e3f241cfba55e407c68eba91ffcc4beb0758b5 (diff)
Netbeans: use build target all.but-archives
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/project.xml4
1 files changed, 2 insertions, 2 deletions
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>