EADS-1916 add increment target to build.xml. release701
authorchrislovsund@netbeans.org
Fri, 07 Oct 2011 15:36:00 +0200
branchrelease701
changeset 41a5f724f89267
parent 40 bcb06e9d74ac
child 42 020ce1c6053f
EADS-1916 add increment target to build.xml.
change 1.0 to 1.0.0 for a few modules
Libraries/ThirdParty/libs.commons/manifest.mf
PLSQL/Project/manifest.mf
plsql-support.kit/nbproject/project.xml
     1.1 --- a/Libraries/ThirdParty/libs.commons/manifest.mf	Fri Oct 07 14:49:29 2011 +0200
     1.2 +++ b/Libraries/ThirdParty/libs.commons/manifest.mf	Fri Oct 07 15:36:00 2011 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  Manifest-Version: 1.0
     1.5  OpenIDE-Module: org.netbeans.libs.commons
     1.6  OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/commons/Bundle.properties
     1.7 -OpenIDE-Module-Specification-Version: 1.0
     1.8 +OpenIDE-Module-Specification-Version: 1.0.0
     1.9  
     2.1 --- a/PLSQL/Project/manifest.mf	Fri Oct 07 14:49:29 2011 +0200
     2.2 +++ b/PLSQL/Project/manifest.mf	Fri Oct 07 15:36:00 2011 +0200
     2.3 @@ -2,5 +2,5 @@
     2.4  AutoUpdate-Show-In-Client: false
     2.5  OpenIDE-Module: org.netbeans.modules.plsqlsupport.db.project
     2.6  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/plsqlsupport/db/project/Bundle.properties
     2.7 -OpenIDE-Module-Specification-Version: 1.0
     2.8 +OpenIDE-Module-Specification-Version: 1.0.0
     2.9  
     3.1 --- a/plsql-support.kit/nbproject/project.xml	Fri Oct 07 14:49:29 2011 +0200
     3.2 +++ b/plsql-support.kit/nbproject/project.xml	Fri Oct 07 15:36:00 2011 +0200
     3.3 @@ -115,7 +115,7 @@
     3.4                  <dependency>
     3.5                      <code-name-base>org.netbeans.modules.plsqlsupport.db.project</code-name-base>
     3.6                      <run-dependency>
     3.7 -                        <specification-version>1.0</specification-version>
     3.8 +                        <specification-version>1.0.0</specification-version>
     3.9                      </run-dependency>
    3.10                  </dependency>
    3.11              </module-dependencies>