From cd4591612fe3b597b4d8d1c93e3b071e79ae6e68 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 25 Apr 2018 09:57:41 +0200 Subject: [PATCH] try to allow anyedit install again --- .../org.springframework.boot.ide.product.e48/p2.inf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e48/p2.inf b/eclipse-distribution/org.springframework.boot.ide.product.e48/p2.inf index 2c6384e27..2851bfef5 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e48/p2.inf +++ b/eclipse-distribution/org.springframework.boot.ide.product.e48/p2.inf @@ -13,3 +13,12 @@ instructions.unconfigure=\ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/e4.8);\ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations);\ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations); + + # Bug 530093: make sure we have latest version of a.jre.javase included with product + requires.0.namespace=org.eclipse.equinox.p2.iu + requires.0.name=a.jre.javase + requires.0.range=[9.0.0,9.0.0] + requires.1.namespace=org.eclipse.equinox.p2.iu + requires.1.name=config.a.jre.javase + requires.1.range=[9.0.0,9.0.0] + \ No newline at end of file