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 /nbproject | |
parent | a4e3f241cfba55e407c68eba91ffcc4beb0758b5 (diff) |
Netbeans: use build target all.but-archives
Diffstat (limited to 'nbproject')
-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> |