Skip to content

Commit

Permalink
No bug - prepare 6.2 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zulus committed Sep 16, 2018
1 parent 9559f8b commit 3124535
Show file tree
Hide file tree
Showing 88 changed files with 123 additions and 123 deletions.
18 changes: 9 additions & 9 deletions dev/org.eclipse.php-repository/category.xml
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.eclipse.php_6.1.0.qualifier.jar" id="org.eclipse.php" version="6.1.0.qualifier">
<feature url="features/org.eclipse.php_6.2.0.qualifier.jar" id="org.eclipse.php" version="6.2.0.qualifier">
<category name="org.eclipse.php.category"/>
</feature>
<feature url="features/org.eclipse.php.mylyn_6.1.0.qualifier.jar" id="org.eclipse.php.mylyn" version="6.1.0.qualifier">
<feature url="features/org.eclipse.php.mylyn_6.2.0.qualifier.jar" id="org.eclipse.php.mylyn" version="6.2.0.qualifier">
<category name="org.eclipse.php.category"/>
</feature>
<feature url="features/org.eclipse.php.composer_6.1.0.qualifier.jar" id="org.eclipse.php.composer" version="6.1.0.qualifier">
<feature url="features/org.eclipse.php.composer_6.2.0.qualifier.jar" id="org.eclipse.php.composer" version="6.2.0.qualifier">
<category name="org.eclipse.php.category"/>
</feature>
<feature url="features/org.eclipse.php.phpunit.feature_6.1.0.qualifier.jar" id="org.eclipse.php.phpunit.feature" version="6.1.0.qualifier">
<feature url="features/org.eclipse.php.phpunit.feature_6.2.0.qualifier.jar" id="org.eclipse.php.phpunit.feature" version="6.2.0.qualifier">
<category name="org.eclipse.php.category"/>
</feature>
<feature url="features/org.eclipse.php.profiler_6.1.0.qualifier.jar" id="org.eclipse.php.profiler" version="6.1.0.qualifier">
<feature url="features/org.eclipse.php.profiler_6.2.0.qualifier.jar" id="org.eclipse.php.profiler" version="6.2.0.qualifier">
<category name="org.eclipse.php.category"/>
</feature>
<feature url="features/org.eclipse.php.rdt.sync_6.1.0.qualifier.jar" id="org.eclipse.php.rdt.sync" version="6.1.0.qualifier">
<feature url="features/org.eclipse.php.rdt.sync_6.2.0.qualifier.jar" id="org.eclipse.php.rdt.sync" version="6.2.0.qualifier">
<category name="org.eclipse.php.category"/>
</feature>
<feature url="features/org.eclipse.php.test_6.1.0.qualifier.jar" id="org.eclipse.php.test" version="6.1.0.qualifier">
<feature url="features/org.eclipse.php.test_6.2.0.qualifier.jar" id="org.eclipse.php.test" version="6.2.0.qualifier">
<category name="org.eclipse.php.sdk.category"/>
</feature>
<feature url="features/org.eclipse.php.source_6.1.0.qualifier.jar" id="org.eclipse.php.source" version="6.1.0.qualifier">
<feature url="features/org.eclipse.php.source_6.2.0.qualifier.jar" id="org.eclipse.php.source" version="6.2.0.qualifier">
<category name="org.eclipse.php.sdk.category"/>
</feature>
<feature url="features/org.eclipse.php.sdk_6.1.0.qualifier.jar" id="org.eclipse.php.sdk" version="6.1.0.qualifier">
<feature url="features/org.eclipse.php.sdk_6.2.0.qualifier.jar" id="org.eclipse.php.sdk" version="6.2.0.qualifier">
<category name="org.eclipse.php.sdk.category"/>
</feature>
<category-def name="org.eclipse.php.category" label="PHP Development Tools"/>
Expand Down
2 changes: 1 addition & 1 deletion dev/org.eclipse.php-repository/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.pdt.releng</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.php.repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dev/org.eclipse.php.target.current/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.pdt.releng</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.php.target.current</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dev/org.eclipse.php.target.next/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.pdt.releng</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.php.target.next</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php-feature/feature.xml
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.php"
label="%featureName"
version="6.1.0.qualifier"
version="6.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.php.ui"
license-feature="org.eclipse.license"
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.php-feature/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.php</groupId>
<artifactId>org.eclipse.php</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.composer-feature/feature.xml
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.php.composer"
label="%featureName"
version="6.1.0.qualifier"
version="6.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.composer-feature/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.php.composer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.mylyn-feature/feature.xml
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.php.mylyn"
label="%featureName"
version="6.1.0.qualifier"
version="6.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.php.mylyn.ui"
license-feature="org.eclipse.license"
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.php.mylyn-feature/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.php</groupId>
<artifactId>org.eclipse.php.mylyn</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.phpunit-feature/feature.xml
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.php.phpunit.feature"
label="%featureName"
version="6.1.0.qualifier"
version="6.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.php.phpunit"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.phpunit-feature/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.php.phpunit.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.profiler-feature/feature.xml
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.php.profiler"
label="%featureName"
version="6.1.0.qualifier"
version="6.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.php.profile.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.profiler-feature/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.php.profiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.rdt.sync-feature/feature.xml
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.php.rdt.sync"
label="%featureName"
version="6.1.0.qualifier"
version="6.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.php.rdt.sync.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.rdt.sync-feature/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.php.rdt.sync</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.sdk-feature/feature.xml
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.php.sdk"
label="%featureName"
version="6.1.0.qualifier"
version="6.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.php.sdk-feature/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.php</groupId>
<artifactId>org.eclipse.php.sdk</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.source-feature/feature.xml
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.php.source"
label="%featureName"
version="6.1.0.qualifier"
version="6.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.php.source-feature/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.php</groupId>
<artifactId>org.eclipse.php.source</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.php.test-feature/feature.xml
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.php.test"
label="%featureName"
version="6.1.0.qualifier"
version="6.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.php.test-feature/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.php</groupId>
<artifactId>org.eclipse.php.test</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions features/pom.xml
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.php</groupId>
<artifactId>features</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<artifactId>org.eclipse.pdt.releng</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.astview/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.php.astview
Bundle-ManifestVersion: 2
Bundle-Name: PDT Astview Plug-in
Bundle-SymbolicName: org.eclipse.php.astview;singleton:=true
Bundle-Version: 6.1.0.qualifier
Bundle-Version: 6.2.0.qualifier
Bundle-Activator: org.eclipse.php.astview.ASTViewPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.php.ui;bundle-version="1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.eclipse.php.astview/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.php</groupId>
<artifactId>org.eclipse.php.astview</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.php.builtin.server.core
Bundle-ManifestVersion: 2
Bundle-Name: PDT Builtin Server Core Plug-in
Bundle-SymbolicName: org.eclipse.php.builtin.server.core;singleton:=true
Bundle-Version: 6.1.0.qualifier
Bundle-Version: 6.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: org.eclipse.php.internal.server.core.builtin.PHPServerPlugin
Require-Bundle: org.eclipse.wst.server.core,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.builtin.server.core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.php.builtin.server.ui
Bundle-ManifestVersion: 2
Bundle-Name: PDT Builtin Server Ui Plug-in
Bundle-SymbolicName: org.eclipse.php.builtin.server.ui;singleton:=true
Bundle-Version: 6.1.0.qualifier
Bundle-Version: 6.2.0.qualifier
Bundle-Activator: org.eclipse.php.internal.server.ui.builtin.PHPServerUIPlugin
Require-Bundle: org.eclipse.php.core,
org.eclipse.wst.server.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.builtin.server.ui/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.composer.api/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.php.composer.api
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.php.composer.api
Bundle-Version: 6.1.0.qualifier
Bundle-Version: 6.2.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.apache.commons.logging,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.composer.api/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.php.composer.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.composer.core/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.php.composer.core
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.php.composer.core;singleton:=true
Bundle-Version: 6.1.0.qualifier
Bundle-Version: 6.2.0.qualifier
Bundle-Activator: org.eclipse.php.composer.core.ComposerPlugin
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.composer.core/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.composer.ui/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.php.composer.ui
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.php.composer.ui;singleton:=true
Bundle-Version: 6.1.0.qualifier
Bundle-Version: 6.2.0.qualifier
Bundle-Activator: org.eclipse.php.composer.ui.ComposerUIPlugin
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui.forms,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.composer.ui/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.eclipse.php</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.core.parser/META-INF/MANIFEST.MF
Expand Up @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.php.core.parser
Bundle-Version: 6.1.0.qualifier
Bundle-Version: 6.2.0.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: java_cup,
Expand Down

0 comments on commit 3124535

Please sign in to comment.