visidor/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 07 Jan 2010 23:08:06 +0100
branchstatistics-and-elo
changeset 181 e3fb438103e0
child 266 15fcdfc4cd4a
permissions -rw-r--r--
Test to verify behaviour of getCode and valueOf
jtulach@29
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@29
     2
<actions>
jtulach@29
     3
        <action>
jtulach@29
     4
            <actionName>run</actionName>
jtulach@29
     5
            <goals>
jtulach@29
     6
                <goal>process-classes</goal>
jtulach@29
     7
                <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal>
jtulach@29
     8
            </goals>
jtulach@29
     9
            <properties>
jtulach@29
    10
                <exec.args>-classpath %classpath cz.xelfi.quoridor.visidor.Viewer</exec.args>
jtulach@29
    11
                <exec.executable>java</exec.executable>
jtulach@29
    12
            </properties>
jtulach@29
    13
        </action>
jtulach@29
    14
    </actions>