ko/kosample/client/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 14 Jun 2016 06:11:20 +0200
branchLibraries
changeset 1977 46efebc7e220
permissions -rw-r--r--
We need to keep Function.Ax classes in the VM
jaroslav@1941
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@1941
     2
<!--
jaroslav@1941
     3
jaroslav@1941
     4
    Back 2 Browser Bytecode Translator
jaroslav@1941
     5
    Copyright (C) 2012-2015 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@1941
     6
jaroslav@1941
     7
    This program is free software: you can redistribute it and/or modify
jaroslav@1941
     8
    it under the terms of the GNU General Public License as published by
jaroslav@1941
     9
    the Free Software Foundation, version 2 of the License.
jaroslav@1941
    10
jaroslav@1941
    11
    This program is distributed in the hope that it will be useful,
jaroslav@1941
    12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
jaroslav@1941
    13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
jaroslav@1941
    14
    GNU General Public License for more details.
jaroslav@1941
    15
jaroslav@1941
    16
    You should have received a copy of the GNU General Public License
jaroslav@1941
    17
    along with this program. Look for COPYING file in the top folder.
jaroslav@1941
    18
    If not, see http://opensource.org/licenses/GPL-2.0.
jaroslav@1941
    19
jaroslav@1941
    20
-->
jaroslav@1941
    21
<actions>
jaroslav@1941
    22
    <action>
jaroslav@1941
    23
        <actionName>run</actionName>
jaroslav@1941
    24
        <goals>
jaroslav@1941
    25
            <goal>process-classes</goal>
jaroslav@1941
    26
            <goal>exec:exec</goal>
jaroslav@1941
    27
        </goals>
jaroslav@1941
    28
    </action>
jaroslav@1941
    29
    <action>
jaroslav@1941
    30
        <actionName>debug</actionName>
jaroslav@1941
    31
        <goals>
jaroslav@1941
    32
            <goal>process-classes</goal>
jaroslav@1941
    33
            <goal>exec:exec</goal>
jaroslav@1941
    34
        </goals>
jaroslav@1941
    35
        <properties>
jaroslav@1941
    36
            <jpda.listen>true</jpda.listen>
jaroslav@1941
    37
            <exec.debug.arg>-Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</exec.debug.arg>
jaroslav@1941
    38
        </properties>
jaroslav@1941
    39
    </action>
jaroslav@1941
    40
        <action>
jaroslav@1941
    41
            <actionName>CUSTOM-Build Desktop App</actionName>
jaroslav@1941
    42
            <displayName>Build Desktop App</displayName>
jaroslav@1941
    43
            <goals>
jaroslav@1941
    44
                <goal>clean</goal>
jaroslav@1941
    45
                <goal>package</goal>
jaroslav@1941
    46
            </goals>
jaroslav@1941
    47
            <activatedProfiles>
jaroslav@1941
    48
                <activatedProfile>desktop</activatedProfile>
jaroslav@1941
    49
            </activatedProfiles>
jaroslav@1941
    50
        </action>
jaroslav@1941
    51
</actions>