diff options
author | Markus Knauer | 2014-08-07 16:37:23 +0000 |
---|---|---|
committer | Markus Knauer | 2014-08-07 16:37:46 +0000 |
commit | dc48fc5b201e52e1499c0593c4a182e7e2cd312f (patch) | |
tree | 550a5f14f9018c5eebe6625fa9af638af771f34d /packages/org.eclipse.epp.package.jee.feature/p2.inf | |
parent | 4286ee0d3c108357ee300333fed4f0fdf13e3457 (diff) | |
download | org.eclipse.epp.packages-dc48fc5b201e52e1499c0593c4a182e7e2cd312f.tar.gz org.eclipse.epp.packages-dc48fc5b201e52e1499c0593c4a182e7e2cd312f.tar.xz org.eclipse.epp.packages-dc48fc5b201e52e1499c0593c4a182e7e2cd312f.zip |
Upgrade configuration files from Luna to Eclipse Mars (4.5.0)
Change-Id: Icea756ad80e1cb9dd34db86615cf0d50c55e8ddf
Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.jee.feature/p2.inf')
-rw-r--r-- | packages/org.eclipse.epp.package.jee.feature/p2.inf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/org.eclipse.epp.package.jee.feature/p2.inf b/packages/org.eclipse.epp.package.jee.feature/p2.inf index be41316a..17eb7bd3 100644 --- a/packages/org.eclipse.epp.package.jee.feature/p2.inf +++ b/packages/org.eclipse.epp.package.jee.feature/p2.inf @@ -8,16 +8,16 @@ requires.1.name=org.eclipse.platform.ide requires.1.greedy=true instructions.configure=\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/webtools/repository/luna,name:The Eclipse Web Tools Platform (WTP) software repository);\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/webtools/repository/luna,name:The Eclipse Web Tools Platform (WTP) software repository);\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/luna,name:Mylyn for Eclipse Luna);\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/luna,name:Mylyn for Eclipse Luna); +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/webtools/repository/mars,name:The Eclipse Web Tools Platform (WTP) software repository);\ +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/webtools/repository/mars,name:The Eclipse Web Tools Platform (WTP) software repository);\ +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/mars,name:Mylyn for Eclipse Mars);\ +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/mars,name:Mylyn for Eclipse Mars); instructions.unconfigure=\ -org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/webtools/repository/luna);\ -org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/webtools/repository/luna);\ -org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/luna);\ -org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/luna); +org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/webtools/repository/mars);\ +org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/webtools/repository/mars);\ +org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/mars);\ +org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/mars); properties.0.name = org.eclipse.equinox.p2.type.product properties.0.value = true |