Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2018-06-16 19:24:54 +0000
committernickboldt2018-06-18 15:53:44 +0000
commitbb281a561aee052b654282e114944bfd00fb3e17 (patch)
treea04ecab5a6e78af0387485540b0688452b111c58 /packages
parentfced15e996a22b8dcb03aef5ed19fc7ab7929b81 (diff)
downloadorg.eclipse.epp.packages-bb281a561aee052b654282e114944bfd00fb3e17.tar.gz
org.eclipse.epp.packages-bb281a561aee052b654282e114944bfd00fb3e17.tar.xz
org.eclipse.epp.packages-bb281a561aee052b654282e114944bfd00fb3e17.zip
Reference wtp photon repo, not neon
Change-Id: Ic5d48abeddc5ca8221b14d33ee84ad330afc329d Signed-off-by: nickboldt <nboldt@redhat.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.jee.feature/p2.inf8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.jee.feature/p2.inf b/packages/org.eclipse.epp.package.jee.feature/p2.inf
index b3fe6a53..b280b534 100644
--- a/packages/org.eclipse.epp.package.jee.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.jee.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}//download.eclipse.org/webtools/repository/neon,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/neon,name:The Eclipse Web Tools Platform (WTP) software repository);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/webtools/repository/photon,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/photon,name:The Eclipse Web Tools Platform (WTP) software repository);
instructions.unconfigure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/webtools/repository/neon);\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/webtools/repository/neon);
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/webtools/repository/photon);\
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/webtools/repository/photon);

Back to the top