javaOCR/nbactions-template.xml
Blizzard Finnegan 4311cb8dfc
Pull project out of silly folder
Also, add project site in addition to Javadoc API documentation.
2023-01-20 14:42:41 -05:00

19 lines
527 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-Remote run</actionName>
<displayName>Remote run</displayName>
<goals>
<goal>install</goal>
<goal>antrun:run@exec</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-Remote debug</actionName>
<displayName>Remote debug</displayName>
<goals>
<goal>install</goal>
<goal>antrun:run@debug</goal>
</goals>
</action>
</actions>