Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2018-07-19 14:38:41 +0000
committerMarkus Knauer2018-07-19 14:38:41 +0000
commitc620f26ac7cb69b5cc60c69f4ce3468623c2db4a (patch)
tree1229a13770ad2bb7bd3851e847047e9368ae590a /packages/org.eclipse.epp.package.rust.product
parent2b3358ff8a3ae686795881ac4816e47c950bfcea (diff)
downloadorg.eclipse.epp.packages-c620f26ac7cb69b5cc60c69f4ce3468623c2db4a.tar.gz
org.eclipse.epp.packages-c620f26ac7cb69b5cc60c69f4ce3468623c2db4a.tar.xz
org.eclipse.epp.packages-c620f26ac7cb69b5cc60c69f4ce3468623c2db4a.zip
Update strings and versions for 2018-092018-09_M1
Carefully update occurrences of the old version 4.8 to 4.9, and from photon to 2018-09. There are still some references to photon that should be updated manually by the package maintainers, specifically the p2 repository URLs in some of the packages that are still referencing a photon based URL. Change-Id: Ia29c96a232d2b3b50222ab6b1db3ace0742da3b0 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.rust.product')
-rw-r--r--packages/org.eclipse.epp.package.rust.product/epp.product8
-rw-r--r--packages/org.eclipse.epp.package.rust.product/p2.inf2
-rw-r--r--packages/org.eclipse.epp.package.rust.product/pom.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/packages/org.eclipse.epp.package.rust.product/epp.product b/packages/org.eclipse.epp.package.rust.product/epp.product
index a4438a60..40c00161 100644
--- a/packages/org.eclipse.epp.package.rust.product/epp.product
+++ b/packages/org.eclipse.epp.package.rust.product/epp.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Eclipse IDE for Rust Developers" uid="epp.package.rust" id="org.eclipse.epp.package.rust.product" application="org.eclipse.ui.ide.workbench" version="4.8.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Eclipse IDE for Rust Developers" uid="epp.package.rust" id="org.eclipse.epp.package.rust.product" application="org.eclipse.ui.ide.workbench" version="4.9.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="/org.eclipse.epp.package.rust/eclipse_lg.png"/>
@@ -345,9 +345,9 @@ version(s), and exceptions or additional permissions here}."
</plugins>
<features>
- <feature id="org.eclipse.epp.package.rust.feature" version="4.8.0.qualifier"/>
- <feature id="org.eclipse.epp.package.common.feature" version="4.8.0.qualifier"/>
- <feature id="org.eclipse.platform" version="4.8.0.qualifier"/>
+ <feature id="org.eclipse.epp.package.rust.feature" version="4.9.0.qualifier"/>
+ <feature id="org.eclipse.epp.package.common.feature" version="4.9.0.qualifier"/>
+ <feature id="org.eclipse.platform" version="4.9.0.qualifier"/>
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.egit.gitflow.feature" installMode="root"/>
diff --git a/packages/org.eclipse.epp.package.rust.product/p2.inf b/packages/org.eclipse.epp.package.rust.product/p2.inf
index 2b32e8d4..53f82505 100644
--- a/packages/org.eclipse.epp.package.rust.product/p2.inf
+++ b/packages/org.eclipse.epp.package.rust.product/p2.inf
@@ -5,7 +5,7 @@ properties.0.name = org.eclipse.equinox.p2.type.product
properties.0.value = true
properties.1.name = org.eclipse.equinox.p2.description
-properties.1.value = Photon Release of the Eclipse PHP Developers package.
+properties.1.value = 2018-09 Release of the Eclipse PHP Developers package.
properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse Packaging Project
diff --git a/packages/org.eclipse.epp.package.rust.product/pom.xml b/packages/org.eclipse.epp.package.rust.product/pom.xml
index 1c6bf1e3..d4049391 100644
--- a/packages/org.eclipse.epp.package.rust.product/pom.xml
+++ b/packages/org.eclipse.epp.package.rust.product/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-product-parent</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/product</relativePath>
</parent>

Back to the top