chess/nbactions-bck2brwsr.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 23 Feb 2015 10:34:39 +0100
branchteavm
changeset 233 908708015f61
permissions -rw-r--r--
Simplifying execution of TeaVM version. Use: mvn -Pteabrwsr clean package bck2brwsr:brwsr
jaroslav@49
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@49
     2
<!--
jaroslav@49
     3
jaroslav@49
     4
    The MIT License (MIT)
jaroslav@49
     5
jaroslav@49
     6
    Copyright (C) 2013 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@49
     7
jaroslav@49
     8
    Permission is hereby granted, free of charge, to any person obtaining a copy
jaroslav@49
     9
    of this software and associated documentation files (the "Software"), to deal
jaroslav@49
    10
    in the Software without restriction, including without limitation the rights
jaroslav@49
    11
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
jaroslav@49
    12
    copies of the Software, and to permit persons to whom the Software is
jaroslav@49
    13
    furnished to do so, subject to the following conditions:
jaroslav@49
    14
jaroslav@49
    15
    The above copyright notice and this permission notice shall be included in
jaroslav@49
    16
    all copies or substantial portions of the Software.
jaroslav@49
    17
jaroslav@49
    18
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
jaroslav@49
    19
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
jaroslav@49
    20
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
jaroslav@49
    21
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
jaroslav@49
    22
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
jaroslav@49
    23
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
jaroslav@49
    24
    THE SOFTWARE.
jaroslav@49
    25
jaroslav@49
    26
-->
jaroslav@49
    27
<actions>
jaroslav@49
    28
    <action>
jaroslav@49
    29
        <actionName>run</actionName>
jaroslav@49
    30
        <goals>
jaroslav@49
    31
            <goal>package</goal>
jaroslav@49
    32
            <goal>bck2brwsr:brwsr</goal>
jaroslav@49
    33
        </goals>
jaroslav@49
    34
        <properties>
jaroslav@49
    35
            <skipTests>true</skipTests>
jaroslav@49
    36
            <bck2brwsr.obfuscationlevel>NONE</bck2brwsr.obfuscationlevel>
jaroslav@49
    37
        </properties>
jaroslav@49
    38
    </action>
jaroslav@49
    39
</actions>