diff options
author | neothemachine <[email protected]> | 2012-12-05 19:19:31 +0100 |
---|---|---|
committer | neothemachine <[email protected]> | 2012-12-05 19:19:31 +0100 |
commit | 7ca002eb1d1510767cd524a800710cf3898ba699 (patch) | |
tree | 7b3bd1dec9f58e32d083b287f44569526761bb32 /ardor3d-lwjgl/nbactions-linux-x86_64.xml | |
parent | 105f890b5e750aaa5ec63e768e77eca2af8631a4 (diff) | |
parent | 9dd02f103042cb8a196f8a3ed2278da443e345bf (diff) |
Merge branch 'kill_trunk' into dependencies
Diffstat (limited to 'ardor3d-lwjgl/nbactions-linux-x86_64.xml')
-rw-r--r-- | ardor3d-lwjgl/nbactions-linux-x86_64.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/ardor3d-lwjgl/nbactions-linux-x86_64.xml b/ardor3d-lwjgl/nbactions-linux-x86_64.xml new file mode 100644 index 0000000..7e45b8a --- /dev/null +++ b/ardor3d-lwjgl/nbactions-linux-x86_64.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<actions> + <action> + <actionName>run</actionName> + <goals> + <goal>process-classes</goal> + <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal> + </goals> + <properties> + <exec.classpathScope>runtime</exec.classpathScope> + <exec.args>-classpath %classpath ${packageClassName}</exec.args> + <exec.executable>java</exec.executable> + </properties> + </action> + <action> + <actionName>debug</actionName> + <goals> + <goal>process-classes</goal> + <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal> + </goals> + <properties> + <exec.classpathScope>runtime</exec.classpathScope> + <exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath ${packageClassName}</exec.args> + <jpda.listen>true</jpda.listen> + <exec.executable>java</exec.executable> + </properties> + </action> + <action> + <actionName>profile</actionName> + <goals> + <goal>process-classes</goal> + <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal> + </goals> + <properties> + <exec.args>${profiler.args}-classpath %classpath ${packageClassName}</exec.args> + <profiler.action>profile</profiler.action> + <exec.executable>${profiler.java}</exec.executable> + </properties> + </action> + </actions> |