javaquery/demo-calculator/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 14 Feb 2013 13:39:40 +0100
branchemul
changeset 738 68e321728e22
parent 613 a4a06840209a
child 739 e39c31612afe
permissions -rw-r--r--
Invocation from static pages needs to finish packaging
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@738
    20
--><actions>
jaroslav@141
    21
        <action>
jaroslav@141
    22
            <actionName>run</actionName>
jaroslav@141
    23
            <goals>
jaroslav@738
    24
                <goal>package</goal>
jaroslav@613
    25
                <goal>org.apidesign.bck2brwsr:mojo:0.3-SNAPSHOT:brwsr</goal>
jaroslav@141
    26
            </goals>
jaroslav@738
    27
            <properties>
jaroslav@738
    28
                <skipTests>true</skipTests>
jaroslav@738
    29
            </properties>
jaroslav@141
    30
        </action>
jaroslav@738
    31
</actions>