From 2833376a3cdc40f59e7d814cdbbbaea4515fe167 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 19 Apr 2019 16:53:21 +0200 Subject: [PATCH] fix wrong p2 repo name in p2.inf for 2019-03 eclipse site --- .../org.springframework.boot.ide.product.e411/p2.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e411/p2.inf b/eclipse-distribution/org.springframework.boot.ide.product.e411/p2.inf index 32dae5008..348aaa338 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e411/p2.inf +++ b/eclipse-distribution/org.springframework.boot.ide.product.e411/p2.inf @@ -1,5 +1,5 @@ instructions.configure=\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//download.eclipse.org/releases/2019-03,name:2018-03);\ + org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//download.eclipse.org/releases/2019-03,name:2019-03);\ org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//download.eclipse.org/releases/2019-03,name:2019-03);\ org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//download.springsource.com/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\ org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//download.springsource.com/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\