minesweeper/nbactions.xml
branchibrwsr
changeset 101 5ef40158eb9c
parent 63 56477205fdb5
child 124 533c2be1747c
     1.1 --- a/minesweeper/nbactions.xml	Fri Feb 07 14:47:07 2014 +0100
     1.2 +++ b/minesweeper/nbactions.xml	Mon Mar 10 12:56:48 2014 +0100
     1.3 @@ -23,8 +23,7 @@
     1.4      OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     1.5      THE SOFTWARE.
     1.6  
     1.7 --->
     1.8 -<actions>
     1.9 +--><actions>
    1.10      <action>
    1.11          <actionName>run</actionName>
    1.12          <goals>
    1.13 @@ -42,4 +41,11 @@
    1.14              <jpda.listen>maven</jpda.listen>
    1.15          </properties>
    1.16      </action>
    1.17 +    <action>
    1.18 +            <actionName>CUSTOM-iPad Sim</actionName>
    1.19 +            <displayName>iPad Sim</displayName>
    1.20 +            <goals>
    1.21 +                <goal>robovm:ipad-sim</goal>
    1.22 +            </goals>
    1.23 +        </action>
    1.24  </actions>