Modified update to o.jython.distro/manifest and other places (dependencies) to reflect correct version (2.7)
authorLou Dasaro <mr_lou_d@netbeans.org>
Fri, 18 Sep 2015 16:20:24 -0500
changeset 18312e917be5013e1
parent 18311 df40557d1ba5
child 18317 3f9671d8810f
Modified update to o.jython.distro/manifest and other places (dependencies) to reflect correct version (2.7)
We will use this "short" version for all dependencies. Going forward, when updating to a newer Jython release, the engineer will only need to update OpenIDE-Module-Long-Description to indicate version/minor version.
Example from Bundle.properties: "Bundled distribution of Jython 2.7.0"
Changes should be available in development build on 19-Sep-2015
o.jython.distro/manifest.mf
o.jython.distro/src/org/jython/distro/Bundle.properties
o.jython/manifest.mf
python.editor/nbproject/project.xml
python.kit/manifest.mf
python.kit/nbproject/project.xml
     1.1 --- a/o.jython.distro/manifest.mf	Fri Sep 18 11:52:46 2015 -0500
     1.2 +++ b/o.jython.distro/manifest.mf	Fri Sep 18 16:20:24 2015 -0500
     1.3 @@ -1,4 +1,4 @@
     1.4  Manifest-Version: 1.0
     1.5  OpenIDE-Module: org.jython.distro/1
     1.6  OpenIDE-Module-Localizing-Bundle: org/jython/distro/Bundle.properties
     1.7 -OpenIDE-Module-Specification-Version: 2.7.0
     1.8 +OpenIDE-Module-Specification-Version: 2.7
     2.1 --- a/o.jython.distro/src/org/jython/distro/Bundle.properties	Fri Sep 18 11:52:46 2015 -0500
     2.2 +++ b/o.jython.distro/src/org/jython/distro/Bundle.properties	Fri Sep 18 16:20:24 2015 -0500
     2.3 @@ -2,5 +2,5 @@
     2.4  OpenIDE-Module-Name=Jython Distribution
     2.5  OpenIDE-Module-Short-Description=Bundled distribution of Jython
     2.6  OpenIDE-Module-Long-Description=\
     2.7 -    Bundled distribution of Jython 2.7
     2.8 +    Bundled distribution of Jython 2.7.0
     2.9  
     3.1 --- a/o.jython/manifest.mf	Fri Sep 18 11:52:46 2015 -0500
     3.2 +++ b/o.jython/manifest.mf	Fri Sep 18 16:20:24 2015 -0500
     3.3 @@ -1,6 +1,6 @@
     3.4  Manifest-Version: 1.0
     3.5  OpenIDE-Module: org.jython/2
     3.6  OpenIDE-Module-Localizing-Bundle: org/jython/Bundle.properties
     3.7 -OpenIDE-Module-Specification-Version: 2.11
     3.8 +OpenIDE-Module-Specification-Version: 2.7
     3.9  AutoUpdate-Show-In-Client: false
    3.10  
     4.1 --- a/python.editor/nbproject/project.xml	Fri Sep 18 11:52:46 2015 -0500
     4.2 +++ b/python.editor/nbproject/project.xml	Fri Sep 18 16:20:24 2015 -0500
     4.3 @@ -35,7 +35,7 @@
     4.4                      <compile-dependency/>
     4.5                      <run-dependency>
     4.6                          <release-version>2</release-version>
     4.7 -                        <specification-version>2.10</specification-version>
     4.8 +                        <specification-version>2.7</specification-version>
     4.9                      </run-dependency>
    4.10                  </dependency>
    4.11                  <dependency>
     5.1 --- a/python.kit/manifest.mf	Fri Sep 18 11:52:46 2015 -0500
     5.2 +++ b/python.kit/manifest.mf	Fri Sep 18 16:20:24 2015 -0500
     5.3 @@ -1,6 +1,6 @@
     5.4  Manifest-Version: 1.0
     5.5  OpenIDE-Module: org.netbeans.modules.python.kit/1
     5.6  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/python/kit/Bundle.properties
     5.7 -OpenIDE-Module-Specification-Version: 0.150812
     5.8 +OpenIDE-Module-Specification-Version: 0.150918
     5.9  AutoUpdate-Show-In-Client: true
    5.10  
     6.1 --- a/python.kit/nbproject/project.xml	Fri Sep 18 11:52:46 2015 -0500
     6.2 +++ b/python.kit/nbproject/project.xml	Fri Sep 18 16:20:24 2015 -0500
     6.3 @@ -9,14 +9,14 @@
     6.4                      <code-name-base>org.jython.distro</code-name-base>
     6.5                      <run-dependency>
     6.6                          <release-version>1</release-version>
     6.7 -                        <specification-version>2.11</specification-version>
     6.8 +                        <specification-version>2.7</specification-version>
     6.9                      </run-dependency>
    6.10                  </dependency>
    6.11                  <dependency>
    6.12                      <code-name-base>org.jython</code-name-base>
    6.13                      <run-dependency>
    6.14                          <release-version>2</release-version>
    6.15 -                        <specification-version>2.10</specification-version>
    6.16 +                        <specification-version>2.7</specification-version>
    6.17                      </run-dependency>
    6.18                  </dependency>
    6.19                  <dependency>