From 950be06122cbb0ec30a9962948ee2e910c7ef2bd Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Thu, 1 Nov 2018 13:19:31 +0100 Subject: [PATCH] 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