Including remote browsing in the kit (browsing should not be shown as a standalone module).
authorjlahoda
Wed, 01 Oct 2014 21:07:03 +0200
changeset 99434ecb460dc80
parent 993 b15759b0bb0a
child 995 27ff15577f08
Including remote browsing in the kit (browsing should not be shown as a standalone module).
remoting/ide/browsing/manifest.mf
remoting/ide/kit/nbproject/genfiles.properties
remoting/ide/kit/nbproject/project.xml
     1.1 --- a/remoting/ide/browsing/manifest.mf	Sun Sep 28 22:22:30 2014 +0200
     1.2 +++ b/remoting/ide/browsing/manifest.mf	Wed Oct 01 21:07:03 2014 +0200
     1.3 @@ -3,4 +3,5 @@
     1.4  OpenIDE-Module-Install: org/netbeans/modules/jackpot30/ide/browsing/Installer.class
     1.5  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/jackpot30/ide/browsing/Bundle.properties
     1.6  OpenIDE-Module-Specification-Version: 1.0
     1.7 +AutoUpdate-Show-In-Client: false
     1.8  
     2.1 --- a/remoting/ide/kit/nbproject/genfiles.properties	Sun Sep 28 22:22:30 2014 +0200
     2.2 +++ b/remoting/ide/kit/nbproject/genfiles.properties	Wed Oct 01 21:07:03 2014 +0200
     2.3 @@ -3,6 +3,6 @@
     2.4  build.xml.stylesheet.CRC32=a56c6a5b@2.49
     2.5  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     2.6  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     2.7 -nbproject/build-impl.xml.data.CRC32=fb399e54
     2.8 +nbproject/build-impl.xml.data.CRC32=a1ee4b48
     2.9  nbproject/build-impl.xml.script.CRC32=36b4ac39
    2.10 -nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.49
    2.11 +nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.67
     3.1 --- a/remoting/ide/kit/nbproject/project.xml	Sun Sep 28 22:22:30 2014 +0200
     3.2 +++ b/remoting/ide/kit/nbproject/project.xml	Wed Oct 01 21:07:03 2014 +0200
     3.3 @@ -7,6 +7,12 @@
     3.4              <suite-component/>
     3.5              <module-dependencies>
     3.6                  <dependency>
     3.7 +                    <code-name-base>org.netbeans.modules.jackpot30.ide.browsing</code-name-base>
     3.8 +                    <run-dependency>
     3.9 +                        <specification-version>1.0</specification-version>
    3.10 +                    </run-dependency>
    3.11 +                </dependency>
    3.12 +                <dependency>
    3.13                      <code-name-base>org.netbeans.modules.jackpot30.ide.usages</code-name-base>
    3.14                      <run-dependency>
    3.15                          <specification-version>1.0</specification-version>