javaquery/demo-calculator-dynamic/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 26 May 2014 14:34:46 +0200
branchclosure
changeset 1597 0e022ce3f23a
parent 983 8e4750fcee4a
permissions -rw-r--r--
Trying to switch to latest version of ko4j. Probably needs two patches on top of 0.8.1. Works with: html4j rev. 7ec623087bfa
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@142
    20
-->
jaroslav@141
    21
<actions>
jaroslav@141
    22
        <action>
jaroslav@141
    23
            <actionName>run</actionName>
jaroslav@141
    24
            <goals>
jaroslav@141
    25
                <goal>process-classes</goal>
jaroslav@1025
    26
                <goal>bck2brwsr:brwsr</goal>
jaroslav@141
    27
            </goals>
jaroslav@141
    28
        </action>
jaroslav@141
    29
    </actions>