SourceForge: wishlist/wishlist: changeset 84:d82c506f40bb
viewing lists
authorIvar Abrahamsen <ivar@flurdy.com>
Fri Oct 09 12:11:54 2009 +0200 (6 weeks ago)
changeset 84d82c506f40bb
parent 83ceb349a99418
child 85b9ddf28f418d
viewing lists
nbactions.xml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nbactions.xml	Fri Oct 09 12:11:54 2009 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<actions>
     1.6 +        <action>
     1.7 +            <actionName>CUSTOM-install non recursive</actionName>
     1.8 +            <displayName>install non recursive</displayName>
     1.9 +            <recursive>false</recursive>
    1.10 +            <goals>
    1.11 +                <goal>install</goal>
    1.12 +            </goals>
    1.13 +            <properties>
    1.14 +                <skipTests>true</skipTests>
    1.15 +            </properties>
    1.16 +        </action>
    1.17 +    </actions>