Author: jcosters
Date: Wed Nov 13 19:32:23 2013
New Revision: 1541669

URL: http://svn.apache.org/r1541669
Log:
RIVER-427 - just compile and build jars when building in Netbeans

Modified:
    river/jtsk/skunk/RIVER-427/examples/hello/nbproject/project.xml
    river/jtsk/skunk/RIVER-427/qa/nbproject/project.xml

Modified: river/jtsk/skunk/RIVER-427/examples/hello/nbproject/project.xml
URL: 
http://svn.apache.org/viewvc/river/jtsk/skunk/RIVER-427/examples/hello/nbproject/project.xml?rev=1541669&r1=1541668&r2=1541669&view=diff
==============================================================================
--- river/jtsk/skunk/RIVER-427/examples/hello/nbproject/project.xml (original)
+++ river/jtsk/skunk/RIVER-427/examples/hello/nbproject/project.xml Wed Nov 13 
19:32:23 2013
@@ -20,7 +20,7 @@ auxiliary.show.customizer.message=<messa
             </folders>
             <ide-actions>
                 <action name="build">
-                    <target>build</target>
+                    <target>jars</target>
                 </action>
                 <action name="clean">
                     <target>clean</target>
@@ -30,7 +30,7 @@ auxiliary.show.customizer.message=<messa
                 </action>
                 <action name="rebuild">
                     <target>clean</target>
-                    <target>build</target>
+                    <target>jars</target>
                 </action>
             </ide-actions>
             <export>

Modified: river/jtsk/skunk/RIVER-427/qa/nbproject/project.xml
URL: 
http://svn.apache.org/viewvc/river/jtsk/skunk/RIVER-427/qa/nbproject/project.xml?rev=1541669&r1=1541668&r2=1541669&view=diff
==============================================================================
--- river/jtsk/skunk/RIVER-427/qa/nbproject/project.xml (original)
+++ river/jtsk/skunk/RIVER-427/qa/nbproject/project.xml Wed Nov 13 19:32:23 2013
@@ -20,7 +20,7 @@ auxiliary.show.customizer.message=<messa
             </folders>
             <ide-actions>
                 <action name="build">
-                    <target>build</target>
+                    <target>jars</target>
                 </action>
                 <action name="clean">
                     <target>clean</target>


Reply via email to