Author: reto
Date: Thu Apr 11 10:34:29 2013
New Revision: 1466828
URL: http://svn.apache.org/r1466828
Log:
executing run actions offline
Modified:
clerezza/trunk/platform.launcher.tdb/nbactions.xml
Modified: clerezza/trunk/platform.launcher.tdb/nbactions.xml
URL:
http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.tdb/nbactions.xml?rev=1466828&r1=1466827&r2=1466828&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.tdb/nbactions.xml (original)
+++ clerezza/trunk/platform.launcher.tdb/nbactions.xml Thu Apr 11 10:34:29 2013
@@ -6,6 +6,7 @@
<goal>clean</goal>
<goal>package</goal>
<goal>antrun:run</goal>
+ <goal>-o</goal>
</goals>
</action>
<action>
@@ -14,6 +15,7 @@
<goal>clean</goal>
<goal>package</goal>
<goal>antrun:run</goal>
+ <goal>-o</goal>
</goals>
<properties>
<vm.args>-Xdebug
-Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</vm.args>
@@ -26,6 +28,7 @@
<goal>clean</goal>
<goal>package</goal>
<goal>antrun:run</goal>
+ <goal>-o</goal>
</goals>
<properties>
<vm.args>${profiler.args}</vm.args>
@@ -38,6 +41,7 @@
<displayName>Resume Debug</displayName>
<goals>
<goal>antrun:run</goal>
+ <goal>-o</goal>
</goals>
<properties>
<vm.args>-Xdebug
-Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</vm.args>