Adding remoting kit
authorJan Lahoda <jlahoda@netbeans.org>
Wed, 29 Jun 2011 15:48:34 +0200
changeset 616c37de869da36
parent 615 0558321930c2
child 617 1da2724d70eb
Adding remoting kit
remoting/ide/api/manifest.mf
remoting/ide/jumpto/manifest.mf
remoting/ide/kit/build.xml
remoting/ide/kit/manifest.mf
remoting/ide/kit/nbproject/build-impl.xml
remoting/ide/kit/nbproject/genfiles.properties
remoting/ide/kit/nbproject/project.properties
remoting/ide/kit/nbproject/project.xml
remoting/ide/kit/nbproject/suite.properties
remoting/ide/kit/src/org/netbeans/modules/jackpot30/remoting/kit/Bundle.properties
remoting/ide/nbproject/project.properties
remoting/ide/usages/manifest.mf
     1.1 --- a/remoting/ide/api/manifest.mf	Wed Jun 29 14:57:07 2011 +0200
     1.2 +++ b/remoting/ide/api/manifest.mf	Wed Jun 29 15:48:34 2011 +0200
     1.3 @@ -1,4 +1,5 @@
     1.4  Manifest-Version: 1.0
     1.5 +AutoUpdate-Show-In-Client: false
     1.6  OpenIDE-Module: org.netbeans.modules.jackpot30.remoting.api
     1.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/jackpot30/remotingapi/Bundle.properties
     1.8  OpenIDE-Module-Specification-Version: 1.0
     2.1 --- a/remoting/ide/jumpto/manifest.mf	Wed Jun 29 14:57:07 2011 +0200
     2.2 +++ b/remoting/ide/jumpto/manifest.mf	Wed Jun 29 15:48:34 2011 +0200
     2.3 @@ -1,4 +1,5 @@
     2.4  Manifest-Version: 1.0
     2.5 +AutoUpdate-Show-In-Client: false
     2.6  OpenIDE-Module: org.netbeans.modules.jackpot30.jumpto
     2.7  OpenIDE-Module-Implementation-Version: 1
     2.8  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/jackpot30/jumpto/Bundle.properties
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/remoting/ide/kit/build.xml	Wed Jun 29 15:48:34 2011 +0200
     3.3 @@ -0,0 +1,8 @@
     3.4 +<?xml version="1.0" encoding="UTF-8"?>
     3.5 +<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
     3.6 +<!-- for some information on what you could do (e.g. targets to override). -->
     3.7 +<!-- If you delete this file and reopen the project it will be recreated. -->
     3.8 +<project name="org.netbeans.modules.jackpot30.remoting.kit" default="netbeans" basedir=".">
     3.9 +    <description>Builds, tests, and runs the project org.netbeans.modules.jackpot30.remoting.kit.</description>
    3.10 +    <import file="nbproject/build-impl.xml"/>
    3.11 +</project>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/remoting/ide/kit/manifest.mf	Wed Jun 29 15:48:34 2011 +0200
     4.3 @@ -0,0 +1,5 @@
     4.4 +Manifest-Version: 1.0
     4.5 +OpenIDE-Module: org.netbeans.modules.jackpot30.remoting.kit
     4.6 +OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/jackpot30/remoting/kit/Bundle.properties
     4.7 +OpenIDE-Module-Specification-Version: 1.0
     4.8 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/remoting/ide/kit/nbproject/build-impl.xml	Wed Jun 29 15:48:34 2011 +0200
     5.3 @@ -0,0 +1,45 @@
     5.4 +<?xml version="1.0" encoding="UTF-8"?>
     5.5 +<!--
     5.6 +*** GENERATED FROM project.xml - DO NOT EDIT  ***
     5.7 +***         EDIT ../build.xml INSTEAD         ***
     5.8 +-->
     5.9 +<project name="org.netbeans.modules.jackpot30.remoting.kit-impl" basedir="..">
    5.10 +    <fail message="Please build using Ant 1.7.1 or higher.">
    5.11 +        <condition>
    5.12 +            <not>
    5.13 +                <antversion atleast="1.7.1"/>
    5.14 +            </not>
    5.15 +        </condition>
    5.16 +    </fail>
    5.17 +    <property file="nbproject/private/suite-private.properties"/>
    5.18 +    <property file="nbproject/suite.properties"/>
    5.19 +    <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
    5.20 +    <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
    5.21 +    <property file="${suite.dir}/nbproject/platform.properties"/>
    5.22 +    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
    5.23 +        <attribute name="name"/>
    5.24 +        <attribute name="value"/>
    5.25 +        <sequential>
    5.26 +            <property name="@{name}" value="${@{value}}"/>
    5.27 +        </sequential>
    5.28 +    </macrodef>
    5.29 +    <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
    5.30 +        <attribute name="property"/>
    5.31 +        <attribute name="value"/>
    5.32 +        <sequential>
    5.33 +            <property name="@{property}" value="@{value}"/>
    5.34 +        </sequential>
    5.35 +    </macrodef>
    5.36 +    <property file="${user.properties.file}"/>
    5.37 +    <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
    5.38 +    <nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
    5.39 +    <nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
    5.40 +    <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
    5.41 +        <condition>
    5.42 +            <not>
    5.43 +                <contains string="${cluster.path.evaluated}" substring="platform"/>
    5.44 +            </not>
    5.45 +        </condition>
    5.46 +    </fail>
    5.47 +    <import file="${harness.dir}/build.xml"/>
    5.48 +</project>
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/remoting/ide/kit/nbproject/genfiles.properties	Wed Jun 29 15:48:34 2011 +0200
     6.3 @@ -0,0 +1,8 @@
     6.4 +build.xml.data.CRC32=72164044
     6.5 +build.xml.script.CRC32=14f758ae
     6.6 +build.xml.stylesheet.CRC32=a56c6a5b@1.47
     6.7 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     6.8 +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     6.9 +nbproject/build-impl.xml.data.CRC32=72164044
    6.10 +nbproject/build-impl.xml.script.CRC32=36b4ac39
    6.11 +nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.47
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/remoting/ide/kit/nbproject/project.properties	Wed Jun 29 15:48:34 2011 +0200
     7.3 @@ -0,0 +1,2 @@
     7.4 +javac.source=1.6
     7.5 +javac.compilerargs=-Xlint -Xlint:-serial
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/remoting/ide/kit/nbproject/project.xml	Wed Jun 29 15:48:34 2011 +0200
     8.3 @@ -0,0 +1,33 @@
     8.4 +<?xml version="1.0" encoding="UTF-8"?>
     8.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
     8.6 +    <type>org.netbeans.modules.apisupport.project</type>
     8.7 +    <configuration>
     8.8 +        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
     8.9 +            <code-name-base>org.netbeans.modules.jackpot30.remoting.kit</code-name-base>
    8.10 +            <suite-component/>
    8.11 +            <module-dependencies>
    8.12 +                <dependency>
    8.13 +                    <code-name-base>org.netbeans.modules.jackpot30.ide.usages</code-name-base>
    8.14 +                    <run-dependency>
    8.15 +                        <specification-version>1.0</specification-version>
    8.16 +                    </run-dependency>
    8.17 +                </dependency>
    8.18 +                <dependency>
    8.19 +                    <code-name-base>org.netbeans.modules.jackpot30.jumpto</code-name-base>
    8.20 +                    <run-dependency>
    8.21 +                        <specification-version>1.0</specification-version>
    8.22 +                    </run-dependency>
    8.23 +                </dependency>
    8.24 +                <dependency>
    8.25 +                    <code-name-base>org.netbeans.modules.jackpot30.remoting.api</code-name-base>
    8.26 +                    <build-prerequisite/>
    8.27 +                    <compile-dependency/>
    8.28 +                    <run-dependency>
    8.29 +                        <specification-version>1.0</specification-version>
    8.30 +                    </run-dependency>
    8.31 +                </dependency>
    8.32 +            </module-dependencies>
    8.33 +            <public-packages/>
    8.34 +        </data>
    8.35 +    </configuration>
    8.36 +</project>
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/remoting/ide/kit/nbproject/suite.properties	Wed Jun 29 15:48:34 2011 +0200
     9.3 @@ -0,0 +1,1 @@
     9.4 +suite.dir=${basedir}/..
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/remoting/ide/kit/src/org/netbeans/modules/jackpot30/remoting/kit/Bundle.properties	Wed Jun 29 15:48:34 2011 +0200
    10.3 @@ -0,0 +1,1 @@
    10.4 +OpenIDE-Module-Name=Jackpot 3.0 Remoting Kit
    11.1 --- a/remoting/ide/nbproject/project.properties	Wed Jun 29 14:57:07 2011 +0200
    11.2 +++ b/remoting/ide/nbproject/project.properties	Wed Jun 29 15:48:34 2011 +0200
    11.3 @@ -1,7 +1,9 @@
    11.4  modules=\
    11.5      ${project.org.netbeans.modules.jackpot30.jumpto}:\
    11.6      ${project.org.netbeans.modules.jackpot30.remoting.api}:\
    11.7 -    ${project.org.netbeans.modules.jackpot30.ide.usages}
    11.8 +    ${project.org.netbeans.modules.jackpot30.ide.usages}:\
    11.9 +    ${project.org.netbeans.modules.jackpot30.remoting.kit}
   11.10  project.org.netbeans.modules.jackpot30.ide.usages=usages
   11.11  project.org.netbeans.modules.jackpot30.jumpto=jumpto
   11.12  project.org.netbeans.modules.jackpot30.remoting.api=api
   11.13 +project.org.netbeans.modules.jackpot30.remoting.kit=kit
    12.1 --- a/remoting/ide/usages/manifest.mf	Wed Jun 29 14:57:07 2011 +0200
    12.2 +++ b/remoting/ide/usages/manifest.mf	Wed Jun 29 15:48:34 2011 +0200
    12.3 @@ -1,4 +1,5 @@
    12.4  Manifest-Version: 1.0
    12.5 +AutoUpdate-Show-In-Client: false
    12.6  OpenIDE-Module: org.netbeans.modules.jackpot30.ide.usages
    12.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/jackpot30/ide/usages/Bundle.properties
    12.8  OpenIDE-Module-Requires: org.openide.windows.WindowManager