Need to triplicate nbactions file for default, fxbrwsr, bck2brwsr configurations
authorJaroslav Tulach <jtulach@netbeans.org>
Tue, 30 Apr 2013 09:33:25 +0200
changeset 238aa0b98ef49
parent 1 2278c9bafa53
child 3 c11de7bbb8a9
Need to triplicate nbactions file for default, fxbrwsr, bck2brwsr configurations
twitter/nbactions-bck2brwsr.xml
twitter/nbactions-fxbrwsr.xml
twitter/nbactions.xml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/twitter/nbactions-bck2brwsr.xml	Tue Apr 30 09:33:25 2013 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<actions>
     1.6 +    <action>
     1.7 +        <actionName>run</actionName>
     1.8 +        <goals>
     1.9 +            <goal>process-classes</goal>
    1.10 +            <goal>bck2brwsr:brwsr</goal>
    1.11 +        </goals>
    1.12 +    </action>
    1.13 +</actions>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/twitter/nbactions-fxbrwsr.xml	Tue Apr 30 09:33:25 2013 +0200
     2.3 @@ -0,0 +1,45 @@
     2.4 +<?xml version="1.0" encoding="UTF-8"?>
     2.5 +<!--
     2.6 +
     2.7 +    The MIT License (MIT)
     2.8 +
     2.9 +    Copyright (C) 2013 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    2.10 +
    2.11 +    Permission is hereby granted, free of charge, to any person obtaining a copy
    2.12 +    of this software and associated documentation files (the "Software"), to deal
    2.13 +    in the Software without restriction, including without limitation the rights
    2.14 +    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    2.15 +    copies of the Software, and to permit persons to whom the Software is
    2.16 +    furnished to do so, subject to the following conditions:
    2.17 +
    2.18 +    The above copyright notice and this permission notice shall be included in
    2.19 +    all copies or substantial portions of the Software.
    2.20 +
    2.21 +    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    2.22 +    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    2.23 +    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    2.24 +    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    2.25 +    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    2.26 +    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    2.27 +    THE SOFTWARE.
    2.28 +
    2.29 +-->
    2.30 +<actions>
    2.31 +    <action>
    2.32 +        <actionName>run</actionName>
    2.33 +        <goals>
    2.34 +            <goal>process-classes</goal>
    2.35 +            <goal>bck2brwsr:brwsr</goal>
    2.36 +        </goals>
    2.37 +    </action>
    2.38 +    <action>
    2.39 +        <actionName>debug</actionName>
    2.40 +        <goals>
    2.41 +            <goal>process-classes</goal>
    2.42 +            <goal>bck2brwsr:brwsr</goal>
    2.43 +        </goals>
    2.44 +        <properties>
    2.45 +            <jpda.listen>maven</jpda.listen>
    2.46 +        </properties>
    2.47 +    </action>
    2.48 +</actions>
     3.1 --- a/twitter/nbactions.xml	Tue Apr 30 08:51:56 2013 +0200
     3.2 +++ b/twitter/nbactions.xml	Tue Apr 30 09:33:25 2013 +0200
     3.3 @@ -32,4 +32,14 @@
     3.4              <goal>bck2brwsr:brwsr</goal>
     3.5          </goals>
     3.6      </action>
     3.7 +    <action>
     3.8 +        <actionName>debug</actionName>
     3.9 +        <goals>
    3.10 +            <goal>process-classes</goal>
    3.11 +            <goal>bck2brwsr:brwsr</goal>
    3.12 +        </goals>
    3.13 +        <properties>
    3.14 +            <jpda.listen>maven</jpda.listen>
    3.15 +        </properties>
    3.16 +    </action>
    3.17  </actions>