From 38110ad34cb49f0e74b34989c3c0ed1d15c8e23b Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 25 Apr 2018 10:37:08 +0200 Subject: [PATCH] next try to customize the product to workaround an install problem with specific bree --- .../org.springframework.boot.ide.product.e48/p2.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2851bfef5..dbf92f483 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e48/p2.inf +++ b/eclipse-distribution/org.springframework.boot.ide.product.e48/p2.inf @@ -17,8 +17,8 @@ instructions.unconfigure=\ # 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.0.range=[1.8.0,1.8.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] + requires.1.range=[1.8.0,1.8.0] \ No newline at end of file