visidor/nbactions.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Wed, 16 Sep 2009 22:28:11 +0200
branchdisplay-image
changeset 91 786df32c496b
child 266 15fcdfc4cd4a
permissions -rw-r--r--
First attempt to show the board as image
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <actions>
     3         <action>
     4             <actionName>run</actionName>
     5             <goals>
     6                 <goal>process-classes</goal>
     7                 <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal>
     8             </goals>
     9             <properties>
    10                 <exec.args>-classpath %classpath cz.xelfi.quoridor.visidor.Viewer</exec.args>
    11                 <exec.executable>java</exec.executable>
    12             </properties>
    13         </action>
    14     </actions>