try to allow anyedit install again

This commit is contained in:
Martin Lippert
2018-04-25 09:57:41 +02:00
parent 90408661a1
commit cd4591612f

View File

@@ -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]