rt/mojo/src/main/resources/archetype-resources/nbactions.xml
author Jan Horvath <jhorvath@netbeans.org>
Tue, 02 Apr 2013 15:40:51 +0200
branchelements
changeset 913 146ae7b52b64
parent 772 d382dacfd73f
permissions -rw-r--r--
Overriding isSameFile method in Dew Filemanager. It was not needed because until now just one class was compiled.
     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.apidesign.bck2brwsr:mojo:0.5-SNAPSHOT:brwsr</goal>
     8         </goals>
     9     </action>
    10 </actions>