aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-lwjgl/nbactions-solaris-x86.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-lwjgl/nbactions-solaris-x86.xml')
-rw-r--r--ardor3d-lwjgl/nbactions-solaris-x86.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/ardor3d-lwjgl/nbactions-solaris-x86.xml b/ardor3d-lwjgl/nbactions-solaris-x86.xml
deleted file mode 100644
index 7e45b8a..0000000
--- a/ardor3d-lwjgl/nbactions-solaris-x86.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?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>