javaquery/demo-calculator/nbactions.xml
author Lubomir Nerad <lubomir.nerad@oracle.com>
Thu, 21 Mar 2013 18:48:46 +0100
branchclosure
changeset 869 151f4ccd7673
parent 739 e39c31612afe
child 983 8e4750fcee4a
permissions -rw-r--r--
Initial attempt for advanced obfuscation
jaroslav@141
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@142
     2
<!--
jaroslav@142
     3
jaroslav@142
     4
    Back 2 Browser Bytecode Translator
jaroslav@142
     5
    Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@142
     6
jaroslav@142
     7
    This program is free software: you can redistribute it and/or modify
jaroslav@142
     8
    it under the terms of the GNU General Public License as published by
jaroslav@142
     9
    the Free Software Foundation, version 2 of the License.
jaroslav@142
    10
jaroslav@142
    11
    This program is distributed in the hope that it will be useful,
jaroslav@142
    12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
jaroslav@142
    13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
jaroslav@142
    14
    GNU General Public License for more details.
jaroslav@142
    15
jaroslav@142
    16
    You should have received a copy of the GNU General Public License
jaroslav@142
    17
    along with this program. Look for COPYING file in the top folder.
jaroslav@142
    18
    If not, see http://opensource.org/licenses/GPL-2.0.
jaroslav@142
    19
jaroslav@739
    20
-->
jaroslav@739
    21
<actions>
jaroslav@141
    22
        <action>
jaroslav@141
    23
            <actionName>run</actionName>
jaroslav@141
    24
            <goals>
jaroslav@738
    25
                <goal>package</goal>
jaroslav@847
    26
                <goal>org.apidesign.bck2brwsr:mojo:0.5-SNAPSHOT:brwsr</goal>
jaroslav@141
    27
            </goals>
jaroslav@738
    28
            <properties>
jaroslav@738
    29
                <skipTests>true</skipTests>
jaroslav@738
    30
            </properties>
jaroslav@141
    31
        </action>
jaroslav@738
    32
</actions>