From c01040312b561155b2f7ebbf0c4fa4436ab484e8 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 18 Dec 2018 17:49:57 +0100 Subject: [PATCH] added dropins folder creation --- .../org.springframework.boot.ide.product.e410/p2.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e410/p2.inf b/eclipse-distribution/org.springframework.boot.ide.product.e410/p2.inf index 0faf01b98..54b72c38c 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e410/p2.inf +++ b/eclipse-distribution/org.springframework.boot.ide.product.e410/p2.inf @@ -4,7 +4,8 @@ instructions.configure=\ org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\ org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\ org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations,name:Spring Tools 4 Language Servers for Eclipse);\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations,name:Spring Tools 4 Language Servers for Eclipse); + org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations,name:Spring Tools 4 Language Servers for Eclipse);\ + org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/dropins); instructions.unconfigure=\ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/releases/2018-12);\