Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-08-14 05:48:57 +0000
committerMarkus Knauer2017-08-14 05:48:57 +0000
commitb440dcbfe726a2b2fc96ad26f90cef05dd3978aa (patch)
treef9b87efe1987706866df38a9f3bf43633a6789ee /packages/org.eclipse.epp.package.modeling.feature
parentca4f68cd7f352553197de7d78bc1f2d8888a5b99 (diff)
downloadorg.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.tar.gz
org.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.tar.xz
org.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.zip
Update for Eclipse Photon (4.8.0) Release
Update all pom.xml, feature.xml, epp.product, MANIFEST.MF, p2.inf files to the new version 4.8.0 and to the new Simultaneous Release name of Photon. Change-Id: I081a54ddac2ee61592bac9a61eae83906728d2e1 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.modeling.feature')
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/epp.website.xml4
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/feature.xml2
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/p2.inf8
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/pom.xml4
4 files changed, 9 insertions, 9 deletions
diff --git a/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml b/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
index 25d5c4f8..1cb17c4d 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
@@ -39,9 +39,9 @@
<!-- version, the RCP version to build. This is used to determine the file
name of the root file archives -->
- <rcp version="4.7.0" />
+ <rcp version="4.8.0" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-modeling-oxygen-R" />
+ <product name="eclipse-modeling-photon-M1" />
</configuration>
diff --git a/packages/org.eclipse.epp.package.modeling.feature/feature.xml b/packages/org.eclipse.epp.package.modeling.feature/feature.xml
index a417c5bd..42b0d813 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.package.modeling.feature"
label="EPP Modeling Feature"
- version="4.7.0.qualifier"
+ version="4.8.0.qualifier"
provider-name="Eclipse Packaging Project"
plugin="org.eclipse.epp.package.modeling"
license-feature="org.eclipse.license"
diff --git a/packages/org.eclipse.epp.package.modeling.feature/p2.inf b/packages/org.eclipse.epp.package.modeling.feature/p2.inf
index 518c768b..3a4c6a50 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.modeling.feature/p2.inf
@@ -21,9 +21,9 @@ update.severity = 0
update.description = Eclipse package upgrade from versions before Eclipse Neon (4.6) is not possible. See bug 332989.
instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//www.eclipse.org/modeling/amalgam/downloads/package/modeling/oxygen/,name:Modeling Package Updates for Eclipse Oxygen);\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//www.eclipse.org/modeling/amalgam/downloads/package/modeling/oxygen/,name:Modeling Package Updates for Eclipse Oxygen);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//www.eclipse.org/modeling/amalgam/downloads/package/modeling/photon/,name:Modeling Package Updates for Eclipse Photon);\
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//www.eclipse.org/modeling/amalgam/downloads/package/modeling/photon/,name:Modeling Package Updates for Eclipse Photon);
instructions.unconfigure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//www.eclipse.org/modeling/amalgam/downloads/package/modeling/oxygen/);\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//www.eclipse.org/modeling/amalgam/downloads/package/modeling/oxygen/);
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//www.eclipse.org/modeling/amalgam/downloads/package/modeling/photon/);\
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//www.eclipse.org/modeling/amalgam/downloads/package/modeling/photon/);
diff --git a/packages/org.eclipse.epp.package.modeling.feature/pom.xml b/packages/org.eclipse.epp.package.modeling.feature/pom.xml
index b2f65f6e..1109a88c 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-feature-parent</artifactId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>

Back to the top