webidor/nbactions.xml
changeset 35 2e85dd878f04
child 38 373f537e0153
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/webidor/nbactions.xml	Sun Jul 12 13:59:07 2009 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<actions>
     1.6 +        <action>
     1.7 +            <actionName>run</actionName>
     1.8 +            <goals>
     1.9 +                <goal>process-classes</goal>
    1.10 +                <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal>
    1.11 +            </goals>
    1.12 +            <properties>
    1.13 +                <exec.classpathScope>runtime</exec.classpathScope>
    1.14 +                <exec.args>-classpath %classpath cz.xelfi.quoridor.webidor.Main</exec.args>
    1.15 +                <exec.executable>java</exec.executable>
    1.16 +            </properties>
    1.17 +        </action>
    1.18 +    </actions>