From 972a85cea8c45ccd1f29b3fe0c642a26ea07a1d0 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Thu, 1 Nov 2018 11:37:43 +0100 Subject: [PATCH 1/6] updated versions from 4.0.1 to 4.0.2 --- .../org.springframework.boot.ide.branding.feature/feature.xml | 2 +- .../org.springframework.boot.ide.branding.feature/pom.xml | 2 +- .../org.springframework.boot.ide.branding/META-INF/MANIFEST.MF | 2 +- .../org.springframework.boot.ide.branding/pom.xml | 2 +- .../org.springframework.boot.ide.product.e49/pom.xml | 2 +- .../org.springframework.boot.ide.repository.e49/pom.xml | 2 +- eclipse-distribution/pom.xml | 2 +- .../org.springframework.boot.ide.main.feature/feature.xml | 2 +- .../org.springframework.boot.ide.main.feature/pom.xml | 2 +- .../org.springframework.tooling.boot.ls.feature/feature.xml | 2 +- .../org.springframework.tooling.boot.ls.feature/pom.xml | 2 +- .../org.springframework.tooling.boot.ls/pom.xml | 2 +- .../org.springframework.tooling.bosh.ls.feature/feature.xml | 2 +- .../org.springframework.tooling.bosh.ls.feature/pom.xml | 2 +- .../org.springframework.tooling.bosh.ls/pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../feature.xml | 2 +- .../org.springframework.tooling.concourse.ls.feature/pom.xml | 2 +- .../org.springframework.tooling.concourse.ls/pom.xml | 2 +- .../org.springframework.tooling.ls.eclipse.commons.test/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../org.springframework.tooling.ls.eclipse.commons/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../org.springframework.tooling.ls.eclipse.gotosymbol/pom.xml | 2 +- .../pom.xml | 2 +- .../org.springframework.tooling.ls.repository/pom.xml | 2 +- eclipse-language-servers/pom.xml | 2 +- headless-services/commons/commons-cf/pom.xml | 2 +- headless-services/commons/commons-gradle/pom.xml | 2 +- headless-services/commons/commons-java/pom.xml | 2 +- headless-services/commons/java-properties/pom.xml | 2 +- headless-services/commons/language-server-test-harness/pom.xml | 2 +- .../test-projects/maven-with-jar-dependency/pom.xml | 2 +- .../org.springframework.tooling.jdt.ls.commons/pom.xml | 2 +- .../org.springframework.tooling.jdt.ls.extension/pom.xml | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/eclipse-distribution/org.springframework.boot.ide.branding.feature/feature.xml b/eclipse-distribution/org.springframework.boot.ide.branding.feature/feature.xml index 08446b71d..dd689206d 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding.feature/feature.xml +++ b/eclipse-distribution/org.springframework.boot.ide.branding.feature/feature.xml @@ -2,7 +2,7 @@ org.springframework.boot.ide org.springframework.boot.ide - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/META-INF/MANIFEST.MF b/eclipse-distribution/org.springframework.boot.ide.branding/META-INF/MANIFEST.MF index bec1f63b2..eedb0870b 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/META-INF/MANIFEST.MF +++ b/eclipse-distribution/org.springframework.boot.ide.branding/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.springframework.boot.ide.branding;singleton:=true -Bundle-Version: 4.0.1.qualifier +Bundle-Version: 4.0.2.qualifier Bundle-Vendor: %providerName Require-Bundle: org.eclipse.ui, org.eclipse.equinox.p2.ui, diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml b/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml index f4ccd52eb..3cad0bcc0 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot.ide org.springframework.boot.ide - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e49/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e49/pom.xml index 6de760884..d916cdaac 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e49/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e49/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot.ide org.springframework.boot.ide - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-distribution/org.springframework.boot.ide.repository.e49/pom.xml b/eclipse-distribution/org.springframework.boot.ide.repository.e49/pom.xml index 163840b12..9680c9a33 100644 --- a/eclipse-distribution/org.springframework.boot.ide.repository.e49/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.repository.e49/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot.ide org.springframework.boot.ide - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index ab99f35fb..22df10744 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT pom diff --git a/eclipse-extensions/org.springframework.boot.ide.main.feature/feature.xml b/eclipse-extensions/org.springframework.boot.ide.main.feature/feature.xml index f6f712d16..1ef0f7acc 100644 --- a/eclipse-extensions/org.springframework.boot.ide.main.feature/feature.xml +++ b/eclipse-extensions/org.springframework.boot.ide.main.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/eclipse-extensions/org.springframework.boot.ide.main.feature/pom.xml b/eclipse-extensions/org.springframework.boot.ide.main.feature/pom.xml index db97b3934..85585fab6 100644 --- a/eclipse-extensions/org.springframework.boot.ide.main.feature/pom.xml +++ b/eclipse-extensions/org.springframework.boot.ide.main.feature/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../../eclipse-distribution/pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls.feature/feature.xml b/eclipse-language-servers/org.springframework.tooling.boot.ls.feature/feature.xml index 1a0261a70..8abce9747 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls.feature/feature.xml +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls.feature/pom.xml b/eclipse-language-servers/org.springframework.tooling.boot.ls.feature/pom.xml index bff21dfde..79181357d 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls.feature/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls.feature/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls/pom.xml b/eclipse-language-servers/org.springframework.tooling.boot.ls/pom.xml index 418b72af4..767424393 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.bosh.ls.feature/feature.xml b/eclipse-language-servers/org.springframework.tooling.bosh.ls.feature/feature.xml index 2a6d88eaf..f5b8dfa17 100644 --- a/eclipse-language-servers/org.springframework.tooling.bosh.ls.feature/feature.xml +++ b/eclipse-language-servers/org.springframework.tooling.bosh.ls.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/eclipse-language-servers/org.springframework.tooling.bosh.ls.feature/pom.xml b/eclipse-language-servers/org.springframework.tooling.bosh.ls.feature/pom.xml index c20080467..f1c50fedd 100644 --- a/eclipse-language-servers/org.springframework.tooling.bosh.ls.feature/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.bosh.ls.feature/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.bosh.ls/pom.xml b/eclipse-language-servers/org.springframework.tooling.bosh.ls/pom.xml index 8174c62be..d64d64517 100644 --- a/eclipse-language-servers/org.springframework.tooling.bosh.ls/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.bosh.ls/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.feature/feature.xml b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.feature/feature.xml index c8d35c5af..19cd0f539 100644 --- a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.feature/feature.xml +++ b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.feature/pom.xml b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.feature/pom.xml index f824ea92f..d653350d0 100644 --- a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.feature/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.feature/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature/feature.xml b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature/feature.xml index 853482710..858a1d2c2 100644 --- a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature/feature.xml +++ b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature/pom.xml b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature/pom.xml index 73fde7de7..1b62e985b 100644 --- a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration/META-INF/MANIFEST.MF b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration/META-INF/MANIFEST.MF index 3f494ef26..570bf8061 100644 --- a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration/META-INF/MANIFEST.MF +++ b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Cloud Foundry Manifest Language Server Generic Editor Integration Bundle-Vendor: Pivotal, Inc. Bundle-SymbolicName: org.springframework.tooling.cloudfoundry.manifest.ls.integration;singleton:=true -Bundle-Version: 4.0.1.qualifier +Bundle-Version: 4.0.2.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0", org.eclipse.core.runtime;bundle-version="3.12.0", diff --git a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration/pom.xml b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration/pom.xml index 71f86d5fe..578bf3fe8 100644 --- a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls.integration/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls/pom.xml b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls/pom.xml index 5d67d4835..a50078a13 100644 --- a/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.cloudfoundry.manifest.ls/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.concourse.ls.feature/feature.xml b/eclipse-language-servers/org.springframework.tooling.concourse.ls.feature/feature.xml index 5edd29d6e..739f5222a 100644 --- a/eclipse-language-servers/org.springframework.tooling.concourse.ls.feature/feature.xml +++ b/eclipse-language-servers/org.springframework.tooling.concourse.ls.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/eclipse-language-servers/org.springframework.tooling.concourse.ls.feature/pom.xml b/eclipse-language-servers/org.springframework.tooling.concourse.ls.feature/pom.xml index a21d9e0ad..dbc8cd6e5 100644 --- a/eclipse-language-servers/org.springframework.tooling.concourse.ls.feature/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.concourse.ls.feature/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.concourse.ls/pom.xml b/eclipse-language-servers/org.springframework.tooling.concourse.ls/pom.xml index d9a2871cd..4c581cb6d 100644 --- a/eclipse-language-servers/org.springframework.tooling.concourse.ls/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.concourse.ls/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/pom.xml b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/pom.xml index df1919ffa..e4f6b9f2f 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/META-INF/MANIFEST.MF b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/META-INF/MANIFEST.MF index e3ee73e36..8bf33fab1 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/META-INF/MANIFEST.MF +++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Eclipse Language Server Commons Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.commons;singleton:=true -Bundle-Version: 4.0.1.qualifier +Bundle-Version: 4.0.2.qualifier Bundle-Vendor: Pivotal, Inc. Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0", org.eclipse.ui, diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/pom.xml b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/pom.xml index 05153112c..37c5963b2 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/META-INF/MANIFEST.MF b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/META-INF/MANIFEST.MF index 11a726914..cef332a88 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/META-INF/MANIFEST.MF +++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Goto Symbol Popup Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.gotosymbol;singleton:=true -Bundle-Version: 4.0.1.qualifier +Bundle-Version: 4.0.2.qualifier Require-Bundle: org.eclipse.ui, org.eclipse.ui.workbench.texteditor, org.eclipse.lsp4e;bundle-version="0.5.0", diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/pom.xml b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/pom.xml index 6d980c69f..2b975ddb0 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml b/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml index 25b8d2889..76bde39af 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/org.springframework.tooling.ls.repository/pom.xml b/eclipse-language-servers/org.springframework.tooling.ls.repository/pom.xml index 6348a95a6..bc02e8a79 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.repository/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.repository/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-language-servers/pom.xml b/eclipse-language-servers/pom.xml index 1410c014b..1edd5af5a 100644 --- a/eclipse-language-servers/pom.xml +++ b/eclipse-language-servers/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot.ide org.springframework.boot.ide.servers - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT pom diff --git a/headless-services/commons/commons-cf/pom.xml b/headless-services/commons/commons-cf/pom.xml index ea4eeede2..b8fdbb638 100644 --- a/headless-services/commons/commons-cf/pom.xml +++ b/headless-services/commons/commons-cf/pom.xml @@ -36,4 +36,4 @@ test - \ No newline at end of file + diff --git a/headless-services/commons/commons-gradle/pom.xml b/headless-services/commons/commons-gradle/pom.xml index d6444746a..8a4d60032 100644 --- a/headless-services/commons/commons-gradle/pom.xml +++ b/headless-services/commons/commons-gradle/pom.xml @@ -51,4 +51,4 @@ - \ No newline at end of file + diff --git a/headless-services/commons/commons-java/pom.xml b/headless-services/commons/commons-java/pom.xml index c0b40604a..50a824a70 100644 --- a/headless-services/commons/commons-java/pom.xml +++ b/headless-services/commons/commons-java/pom.xml @@ -41,4 +41,4 @@ ${reactor-version} - \ No newline at end of file + diff --git a/headless-services/commons/java-properties/pom.xml b/headless-services/commons/java-properties/pom.xml index f182f9a9f..87558d8c6 100644 --- a/headless-services/commons/java-properties/pom.xml +++ b/headless-services/commons/java-properties/pom.xml @@ -47,4 +47,4 @@ - \ No newline at end of file + diff --git a/headless-services/commons/language-server-test-harness/pom.xml b/headless-services/commons/language-server-test-harness/pom.xml index 4283dd3f0..8ef12f518 100644 --- a/headless-services/commons/language-server-test-harness/pom.xml +++ b/headless-services/commons/language-server-test-harness/pom.xml @@ -41,4 +41,4 @@ - \ No newline at end of file + diff --git a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons.test/test-projects/maven-with-jar-dependency/pom.xml b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons.test/test-projects/maven-with-jar-dependency/pom.xml index a9755817b..b0d1fc34e 100644 --- a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons.test/test-projects/maven-with-jar-dependency/pom.xml +++ b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons.test/test-projects/maven-with-jar-dependency/pom.xml @@ -19,4 +19,4 @@ 1.3.2 - \ No newline at end of file + diff --git a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/pom.xml b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/pom.xml index a1bfa4d2c..c1d3feece 100644 --- a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/pom.xml +++ b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/pom.xml @@ -15,4 +15,4 @@ ../pom.xml - \ No newline at end of file + diff --git a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.extension/pom.xml b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.extension/pom.xml index 6dbebe6f0..c78c54274 100644 --- a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.extension/pom.xml +++ b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.extension/pom.xml @@ -15,4 +15,4 @@ 0.0.1-SNAPSHOT ../pom.xml - \ No newline at end of file + From 950be06122cbb0ec30a9962948ee2e910c7ef2bd Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Thu, 1 Nov 2018 13:19:31 +0100 Subject: [PATCH 2/6] removing old eclipse platform definitions and added definition for distribution build on Eclipse 2018-12 --- .../org.springframework.boot.ide.product | 4 + .../p2.inf | 16 +- .../pom.xml | 2 +- ...spring-tool-suite-4-dmg-config-e4.10.json} | 0 .../.project | 17 -- .../org.springframework.boot.ide.product | 110 ------- .../p2.inf | 15 - .../pom.xml | 276 ----------------- .../spring-tool-suite-4-dmg-config-e4.8.json | 10 - .../category.xml | 33 ++- .../pom.xml | 2 +- .../.project | 17 -- .../category.xml | 171 ----------- .../pom.xml | 153 ---------- eclipse-distribution/pom.xml | 279 ++++++------------ eclipse-language-servers/pom.xml | 123 +------- 16 files changed, 121 insertions(+), 1107 deletions(-) rename eclipse-distribution/{org.springframework.boot.ide.product.e48 => org.springframework.boot.ide.product.e410}/org.springframework.boot.ide.product (96%) rename eclipse-distribution/{org.springframework.boot.ide.product.e48 => org.springframework.boot.ide.product.e410}/p2.inf (82%) rename eclipse-distribution/{org.springframework.boot.ide.product.e48 => org.springframework.boot.ide.product.e410}/pom.xml (99%) rename eclipse-distribution/{org.springframework.boot.ide.product.e47/spring-tool-suite-4-dmg-config-e4.7.json => org.springframework.boot.ide.product.e410/spring-tool-suite-4-dmg-config-e4.10.json} (100%) delete mode 100644 eclipse-distribution/org.springframework.boot.ide.product.e47/.project delete mode 100644 eclipse-distribution/org.springframework.boot.ide.product.e47/org.springframework.boot.ide.product delete mode 100644 eclipse-distribution/org.springframework.boot.ide.product.e47/p2.inf delete mode 100644 eclipse-distribution/org.springframework.boot.ide.product.e47/pom.xml delete mode 100644 eclipse-distribution/org.springframework.boot.ide.product.e48/spring-tool-suite-4-dmg-config-e4.8.json rename eclipse-distribution/{org.springframework.boot.ide.repository.e48 => org.springframework.boot.ide.repository.e410}/category.xml (92%) rename eclipse-distribution/{org.springframework.boot.ide.repository.e48 => org.springframework.boot.ide.repository.e410}/pom.xml (99%) delete mode 100644 eclipse-distribution/org.springframework.boot.ide.repository.e47/.project delete mode 100644 eclipse-distribution/org.springframework.boot.ide.repository.e47/category.xml delete mode 100644 eclipse-distribution/org.springframework.boot.ide.repository.e47/pom.xml diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e48/org.springframework.boot.ide.product b/eclipse-distribution/org.springframework.boot.ide.product.e410/org.springframework.boot.ide.product similarity index 96% rename from eclipse-distribution/org.springframework.boot.ide.product.e48/org.springframework.boot.ide.product rename to eclipse-distribution/org.springframework.boot.ide.product.e410/org.springframework.boot.ide.product index d3fe3947e..a0752deb8 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e48/org.springframework.boot.ide.product +++ b/eclipse-distribution/org.springframework.boot.ide.product.e410/org.springframework.boot.ide.product @@ -67,6 +67,10 @@ openFile + + + + diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e48/p2.inf b/eclipse-distribution/org.springframework.boot.ide.product.e410/p2.inf similarity index 82% rename from eclipse-distribution/org.springframework.boot.ide.product.e48/p2.inf rename to eclipse-distribution/org.springframework.boot.ide.product.e410/p2.inf index e962eb62e..0faf01b98 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e48/p2.inf +++ b/eclipse-distribution/org.springframework.boot.ide.product.e410/p2.inf @@ -1,16 +1,16 @@ instructions.configure=\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/releases/photon,name:Photon);\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/releases/photon,name:Photon);\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/e4.8,name:Spring Tool Suite 4);\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/e4.8,name:Spring Tool Suite 4);\ + org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/releases/2018-12,name:2018-12);\ + org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/releases/2018-12,name:2018-12);\ + 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); instructions.unconfigure=\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/releases/photon);\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/releases/photon);\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/e4.8);\ - 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.eclipse.org/releases/2018-12);\ + org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/releases/2018-12);\ + org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/latest);\ + org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/latest);\ 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); diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e48/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e410/pom.xml similarity index 99% rename from eclipse-distribution/org.springframework.boot.ide.product.e48/pom.xml rename to eclipse-distribution/org.springframework.boot.ide.product.e410/pom.xml index d1effaa8e..d916cdaac 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e48/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e410/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot.ide org.springframework.boot.ide - 4.0.0-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e47/spring-tool-suite-4-dmg-config-e4.7.json b/eclipse-distribution/org.springframework.boot.ide.product.e410/spring-tool-suite-4-dmg-config-e4.10.json similarity index 100% rename from eclipse-distribution/org.springframework.boot.ide.product.e47/spring-tool-suite-4-dmg-config-e4.7.json rename to eclipse-distribution/org.springframework.boot.ide.product.e410/spring-tool-suite-4-dmg-config-e4.10.json diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e47/.project b/eclipse-distribution/org.springframework.boot.ide.product.e47/.project deleted file mode 100644 index 3ec4c6a50..000000000 --- a/eclipse-distribution/org.springframework.boot.ide.product.e47/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.springframework.boot.ide.product - - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - - diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e47/org.springframework.boot.ide.product b/eclipse-distribution/org.springframework.boot.ide.product.e47/org.springframework.boot.ide.product deleted file mode 100644 index e2ebd0cde..000000000 --- a/eclipse-distribution/org.springframework.boot.ide.product.e47/org.springframework.boot.ide.product +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - -product org.springframework.boot.ide.branding.sts4 ---launcher.defaultAction -openFile - -Dosgi.requiredJavaVersion=1.8 ---add-modules=ALL-SYSTEM --Xms40m - -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Xdock:icon=../Resources/sts4.icns - -Xmx1200m - - - -Xmx1200m - - - -Xmx1200m - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e47/p2.inf b/eclipse-distribution/org.springframework.boot.ide.product.e47/p2.inf deleted file mode 100644 index a060eefdf..000000000 --- a/eclipse-distribution/org.springframework.boot.ide.product.e47/p2.inf +++ /dev/null @@ -1,15 +0,0 @@ -instructions.configure=\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/releases/oxygen,name:Oxygen);\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/releases/oxygen,name:Oxygen);\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/e4.7,name:Spring Tool Suite 4);\ - org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/e4.7,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); - -instructions.unconfigure=\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/releases/oxygen);\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/releases/oxygen);\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/e4.7);\ - org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.springsource.com/release/TOOLS/sts4/update/e4.7);\ - 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); diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e47/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e47/pom.xml deleted file mode 100644 index 05241cd15..000000000 --- a/eclipse-distribution/org.springframework.boot.ide.product.e47/pom.xml +++ /dev/null @@ -1,276 +0,0 @@ - - - 4.0.0 - - - org.springframework.boot.ide - org.springframework.boot.ide - 4.0.0-SNAPSHOT - ../pom.xml - - - org.springframework.boot.ide.product - - eclipse-repository - - - ${accessKey} - ${secretKey} - - - - - - - org.apache.maven.plugins - maven-install-plugin - - - default-install - none - - - - - - org.eclipse.tycho - tycho-p2-repository-plugin - ${tycho-version} - - false - - - - - org.eclipse.tycho - tycho-p2-publisher-plugin - ${tycho-version} - - true - - - - - org.eclipse.tycho - tycho-p2-director-plugin - ${tycho-version} - - - materialize-products - - materialize-products - - package - - - archive-products - - archive-products - - verify - - - - - - org.springframework.boot.ide.branding.sts4 - sts-${unqualifiedVersion}.${p2.qualifier} - - SpringToolSuite4.app - - spring-tool-suite-4-${unqualifiedVersion}.${p2.qualifier}-${dist.target} - - - - tar.gz - tar.gz - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - - osx-app-signing - package - - ${skip.osx.signing} - - - - - - - - - - - - - - - - - run - - - - - osx-dmg-creation - verify - - - - - - - - - - - - - - run - - - - - osx-dmg-signing - verify - - ${skip.osx.signing} - - - - - - - - - - - - - - - - - - - run - - - - - upload-product-bundles - deploy - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - update-nightly-downloads - deploy - - ${skip.update-nightly-download-page} - - - - - - - - - - - - - - - - - - run - - - - - - - org.springframework.build - org.springframework.build.aws.ant - 3.1.0.RELEASE - - - net.java.dev.jets3t - jets3t - 0.8.1 - - - ant-contrib - ant-contrib - 20020829 - - - - - - - - diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e48/spring-tool-suite-4-dmg-config-e4.8.json b/eclipse-distribution/org.springframework.boot.ide.product.e48/spring-tool-suite-4-dmg-config-e4.8.json deleted file mode 100644 index c86b0023f..000000000 --- a/eclipse-distribution/org.springframework.boot.ide.product.e48/spring-tool-suite-4-dmg-config-e4.8.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "title": "Spring Tool Suite 4", - "icon": "../org.springframework.boot.ide.branding/sts4.icns", - "contents": [ - { "x": 192, "y": 100, "type": "file", "path": "target/products/org.springframework.boot.ide.branding.sts4/macosx/cocoa/x86_64/SpringToolSuite4.app" }, - { "x": 448, "y": 100, "type": "link", "path": "/Applications" }, - { "x": 1000, "y": 2000, "type": "file", "path": "../org.springframework.boot.ide.branding/sts4.icns", "name": ".VolumeIcon.icns" } - ], - "format": "UDZO" -} diff --git a/eclipse-distribution/org.springframework.boot.ide.repository.e48/category.xml b/eclipse-distribution/org.springframework.boot.ide.repository.e410/category.xml similarity index 92% rename from eclipse-distribution/org.springframework.boot.ide.repository.e48/category.xml rename to eclipse-distribution/org.springframework.boot.ide.repository.e410/category.xml index b145883a2..f97e38841 100644 --- a/eclipse-distribution/org.springframework.boot.ide.repository.e48/category.xml +++ b/eclipse-distribution/org.springframework.boot.ide.repository.e410/category.xml @@ -35,26 +35,11 @@ - - - - - - @@ -132,6 +117,24 @@ --> + + + + + + + + + + + + + + + + + + diff --git a/eclipse-distribution/org.springframework.boot.ide.repository.e48/pom.xml b/eclipse-distribution/org.springframework.boot.ide.repository.e410/pom.xml similarity index 99% rename from eclipse-distribution/org.springframework.boot.ide.repository.e48/pom.xml rename to eclipse-distribution/org.springframework.boot.ide.repository.e410/pom.xml index 5bf988898..9680c9a33 100644 --- a/eclipse-distribution/org.springframework.boot.ide.repository.e48/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.repository.e410/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot.ide org.springframework.boot.ide - 4.0.0-SNAPSHOT + 4.0.2-SNAPSHOT ../pom.xml diff --git a/eclipse-distribution/org.springframework.boot.ide.repository.e47/.project b/eclipse-distribution/org.springframework.boot.ide.repository.e47/.project deleted file mode 100644 index c637ba2c5..000000000 --- a/eclipse-distribution/org.springframework.boot.ide.repository.e47/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.springframework.boot.ide.repository - - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - - diff --git a/eclipse-distribution/org.springframework.boot.ide.repository.e47/category.xml b/eclipse-distribution/org.springframework.boot.ide.repository.e47/category.xml deleted file mode 100644 index 6cc4f5f16..000000000 --- a/eclipse-distribution/org.springframework.boot.ide.repository.e47/category.xml +++ /dev/null @@ -1,171 +0,0 @@ - - - - Spring Tool Suite 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/eclipse-distribution/org.springframework.boot.ide.repository.e47/pom.xml b/eclipse-distribution/org.springframework.boot.ide.repository.e47/pom.xml deleted file mode 100644 index 5bf988898..000000000 --- a/eclipse-distribution/org.springframework.boot.ide.repository.e47/pom.xml +++ /dev/null @@ -1,153 +0,0 @@ - - - 4.0.0 - - - org.springframework.boot.ide - org.springframework.boot.ide - 4.0.0-SNAPSHOT - ../pom.xml - - - org.springframework.boot.ide.repository - - eclipse-repository - - - ${accessKey} - ${secretKey} - - - - - - - org.apache.maven.plugins - maven-install-plugin - - - default-install - none - - - - - - org.apache.maven.plugins - maven-install-plugin - - - default-install - none - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - - zip-sts-repository - install - - - - - - - - - - - - - - - - - - - - - - - run - - - - - upload-sts-repository - deploy - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - org.springframework.build - org.springframework.build.aws.ant - 3.1.0.RELEASE - - - net.java.dev.jets3t - jets3t - 0.8.1 - - - ant-contrib - ant-contrib - 20020829 - - - - - - - - diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index 22df10744..01f25b0bf 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -61,7 +61,7 @@ http://dist.springframework.org/release/IDE/3.9.6.RELEASE --> http://dist.springsource.com/${dist.type}/TOOLS/sts4-language-server-integrations/${sts4-language-servers-version} - 0.26.0 + 1.1.0 UTF-8 @@ -103,199 +103,6 @@ - - e47 - - e4.7.3 - e4.7 - Oxygen - Oxygen.3 (4.7.3) - oxygen - 4.7 - e47 - - - - oxygen - p2 - http://download.eclipse.org/releases/oxygen/ - - - - - latest-m2e - p2 - http://download.eclipse.org/technology/m2e/releases - - - latest-m2e-milestones - p2 - http://download.eclipse.org/technology/m2e/milestones/1.8/ - - - orbit - p2 - http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/ - - - latest-buildship-release - p2 - http://download.eclipse.org/buildship/updates/e47/releases/2.x - - - maven-extras-mirror - p2 - http://download.springsource.com/release/TOOLS/third-party/m2e-sts310-signed/ - - - maven-egit - p2 - http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-egit/0.14.0/N/0.14.0.201504071521/ - - - maven-wro4j - p2 - http://download.jboss.org/jbosstools/updates/m2e-wro4j/ - - - maven-devtools - p2 - http://dist.springsource.com/release/TOOLS/mavendevtools/ - - - maven-dependency-support - p2 - http://ianbrandt.github.io/m2e-maven-dependency-plugin/ - - - ansi-console - p2 - http://www.mihai-nita.net/eclipse - - - xtext-base - p2 - http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/ - - - lsp4e-050-stream - p2 - http://download.eclipse.org/lsp4e/0.5.x-snapshots/ - - - - org.springframework.boot.ide.product.e47 - org.springframework.boot.ide.repository.e47 - - - - - e48 - - e4.8.0 - e4.8 - Photon - Photon (4.8.0) - photon - 4.8 - e48 - - - - photon - p2 - http://download.eclipse.org/releases/photon/ - - - staging - p2 - http://download.eclipse.org/staging/photon/ - - - orbit - p2 - http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository - - - - latest-m2e - p2 - http://download.eclipse.org/technology/m2e/releases/1.8 - - - - - maven-extras-mirror - p2 - http://download.springsource.com/release/TOOLS/third-party/m2e-sts310-signed/ - - - maven-egit - p2 - http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-egit/0.15.1/N/LATEST - - - maven-wro4j - p2 - http://download.jboss.org/jbosstools/updates/m2e-wro4j/ - - - maven-devtools - p2 - http://dist.springsource.com/release/TOOLS/mavendevtools/ - - - maven-dependency-support - p2 - http://ianbrandt.github.io/m2e-maven-dependency-plugin/ - - - ansi-console - p2 - http://www.mihai-nita.net/eclipse - - - xtext-base - p2 - http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/ - - - lsp4e - p2 - http://download.eclipse.org/lsp4e/snapshots/ - - - - - org.springframework.boot.ide.product.e48 - org.springframework.boot.ide.repository.e48 - - - e49 @@ -380,6 +187,90 @@ + + e410 + + e4.10.0 + e4.10 + 2018-12 + 2018-12 (4.10.0) + 2018-12 + 4.10 + e410 + + + + photon + p2 + http://download.eclipse.org/releases/2018-12/ + + + staging + p2 + http://download.eclipse.org/staging/2018-12/ + + + orbit + p2 + http://download.eclipse.org/tools/orbit/downloads/drops/S20181031145145/repository + + + latest-m2e + p2 + http://download.eclipse.org/technology/m2e/releases/1.8 + + + maven-extras-mirror + p2 + http://download.springsource.com/release/TOOLS/third-party/m2e-sts310-signed/ + + + maven-egit + p2 + http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-egit/0.15.1/N/LATEST + + + maven-wro4j + p2 + http://download.jboss.org/jbosstools/updates/m2e-wro4j/ + + + maven-devtools + p2 + http://dist.springsource.com/release/TOOLS/mavendevtools/ + + + maven-dependency-support + p2 + http://ianbrandt.github.io/m2e-maven-dependency-plugin/ + + + ansi-console + p2 + http://www.mihai-nita.net/eclipse + + + xtext-base + p2 + http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/ + + + lsp4e + p2 + http://download.eclipse.org/lsp4e/snapshots/ + + + + + org.springframework.boot.ide.product.e410 + org.springframework.boot.ide.repository.e410 + + + build.springsource.com diff --git a/eclipse-language-servers/pom.xml b/eclipse-language-servers/pom.xml index 1edd5af5a..87ae5c90e 100644 --- a/eclipse-language-servers/pom.xml +++ b/eclipse-language-servers/pom.xml @@ -102,116 +102,6 @@ - - e47 - - e4.7.3 - e4.7 - Oxygen - Oxygen.3 (4.7.3) - oxygen - 4.7 - e47 - - - - oxygen - p2 - http://download.eclipse.org/releases/oxygen/ - - - - orbit - p2 - http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository/ - - - lsp4j-snapshots - p2 - http://services.typefox.io/open-source/jenkins/job/lsp4j/job/master/lastStableBuild/artifact/build/p2-repository/ - - - e-i-commons - p2 - http://dist.springframework.org/snapshot/IDE/nightly - - - lsp4e-050-stream - p2 - http://download.eclipse.org/lsp4e/0.5.x-snapshots/ - - - tm4e - p2 - http://download.eclipse.org/tm4e/snapshots/ - - - - - - e48 - - e4.8.0 - e4.8 - Photon - Photon (4.8) - photon - 4.8 - e48 - - - - photon - p2 - http://download.eclipse.org/releases/photon/ - - - staging - p2 - http://download.eclipse.org/staging/photon/ - - - - orbit - p2 - http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository - - - - - e-i-commons - p2 - http://dist.springframework.org/snapshot/IDE/nightly - - - lsp4e - p2 - http://download.eclipse.org/lsp4e/snapshots/ - - - tm4e - p2 - http://download.eclipse.org/tm4e/snapshots/ - - - - e49 @@ -229,11 +119,6 @@ p2 http://download.eclipse.org/releases/2018-09/ - orbit p2 @@ -242,18 +127,18 @@ e-i-commons p2 - http://dist.springframework.org/release/IDE/3.9.6.RELEASE + http://dist.springframework.org/snapshot/IDE/nightly - + tm4e p2 From 1efdc3c7178fbf5ff386760ac130ee33ea614aa1 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Thu, 1 Nov 2018 13:44:00 +0100 Subject: [PATCH 3/6] updated nightly download page for early e4.10 distribution builds --- .../common/html/nightly-distributions.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/eclipse-distribution/common/html/nightly-distributions.html b/eclipse-distribution/common/html/nightly-distributions.html index 3855e7c18..601e73566 100644 --- a/eclipse-distribution/common/html/nightly-distributions.html +++ b/eclipse-distribution/common/html/nightly-distributions.html @@ -23,6 +23,7 @@

STS4 Distribution:

    +
  • for Eclipse 2018-12 (4.10): http://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.10
  • for Eclipse 2018-09 (4.9): http://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.9
  • for Eclipse Photon (4.8) - no longer updated: http://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.8
  • for Eclipse Neon (4.7) - no longer updated: http://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.7
  • @@ -49,7 +50,13 @@

    Eclipse-based Distribution Builds

    -

    Spring Tool Suite 4 - based on Eclipse 2018-09 Milestone Builds (4.9.0) - and beyond

    +

    Spring Tool Suite 4 - based on Eclipse 2018-12 Milestone Builds (4.10.0)

    +
    + + +

    Spring Tool Suite 4 - based on Eclipse 2018-09 Release (4.9.0)