javaquery/demo-calculator/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 24 Feb 2015 11:12:53 +0100
changeset 1787 ea12a3bb4b33
parent 1615 80e39583b35d
child 1851 c78122e85b31
permissions -rw-r--r--
Using year range 2012-2015 in copyright header
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@1787
     5
    Copyright (C) 2012-2015 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@1615
    26
                <goal>bck2brwsr:show</goal>
jaroslav@141
    27
            </goals>
jaroslav@738
    28
            <properties>
jaroslav@738
    29
                <skipTests>true</skipTests>
jaroslav@1615
    30
                <bck2brwsr.obfuscationlevel>NONE</bck2brwsr.obfuscationlevel>
jaroslav@738
    31
            </properties>
jaroslav@141
    32
        </action>
jaroslav@738
    33
</actions>