Update NetBeans project to also do packaging of the jar file on build command, allowing the editor to more easily find imports for the tests

This commit is contained in:
Sebastian Zhorel 2015-04-05 13:19:19 +02:00
parent dd79ba89da
commit 69f018cc16
1 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
</folders>
<ide-actions>
<action name="build">
<target>build</target>
<target>package</target>
</action>
<action name="clean">
<target>clean</target>
@ -46,18 +46,18 @@
</action>
<action name="rebuild">
<target>clean</target>
<target>build</target>
<target>package</target>
</action>
</ide-actions>
<export>
<type>folder</type>
<location>build</location>
<build-target>build</build-target>
<build-target>package</build-target>
</export>
<export>
<type>folder</type>
<location>.</location>
<build-target>build</build-target>
<build-target>package</build-target>
</export>
<view>
<items>