diff options
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 4 |
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> |