From 9dd02f103042cb8a196f8a3ed2278da443e345bf Mon Sep 17 00:00:00 2001 From: neothemachine Date: Wed, 5 Dec 2012 17:03:16 +0100 Subject: move all files from trunk to root folder --- ardor3d-lwjgl/nbactions-win32.xml | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 ardor3d-lwjgl/nbactions-win32.xml (limited to 'ardor3d-lwjgl/nbactions-win32.xml') diff --git a/ardor3d-lwjgl/nbactions-win32.xml b/ardor3d-lwjgl/nbactions-win32.xml new file mode 100644 index 0000000..cf5aba7 --- /dev/null +++ b/ardor3d-lwjgl/nbactions-win32.xml @@ -0,0 +1,49 @@ + + + + run + + process-classes + org.codehaus.mojo:exec-maven-plugin:1.1.1:exec + + + runtime + -classpath %classpath ${packageClassName} + java + + + + debug + + process-classes + org.codehaus.mojo:exec-maven-plugin:1.1.1:exec + + + runtime + -Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath ${packageClassName} + true + java + + + + profile + + process-classes + org.codehaus.mojo:exec-maven-plugin:1.1.1:exec + + + ${profiler.args}-classpath %classpath ${packageClassName} + profile + ${profiler.java} + + + + build + + install + + + + + + -- cgit v1.2.3