Update Eclipse Oomph setup for Oxygen

See gh-8513
pull/11981/merge
Phillip Webb 7 years ago
parent debe15b284
commit 716726aa50

@ -153,7 +153,7 @@ Spring Boot includes a `.setup` files which can be used with the Eclipse Install
provision a new environment. To use the installer: provision a new environment. To use the installer:
* Download and run the latest Eclipse Installer from * Download and run the latest Eclipse Installer from
http://www.eclipse.org/downloads/[eclipse.org/downloads/]. http://www.eclipse.org/downloads/[eclipse.org/downloads/] (under "Get Eclipse").
* Switch to "Advanced Mode" using the drop down menu on the right. * Switch to "Advanced Mode" using the drop down menu on the right.
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to * Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
install and click "`next`". install and click "`next`".
@ -225,4 +225,3 @@ The sample applications are used as integration tests during the build (when you
they cannot be called directly, and so instead are launched via the they cannot be called directly, and so instead are launched via the
`maven-invoker-plugin`. If you encounter build failures running the integration tests, `maven-invoker-plugin`. If you encounter build failures running the integration tests,
check the `build.log` file in the appropriate sample directory. check the `build.log` file in the appropriate sample directory.

@ -11,8 +11,8 @@
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0" xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0" xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/maven/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore" xsi:schemaLocation="http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/maven/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
name="spring.boot" name="spring.boot.1.5.x"
label="Spring Boot"> label="Spring Boot 1.5.x">
<setupTask <setupTask
xsi:type="setup:VariableTask" xsi:type="setup:VariableTask"
type="FOLDER" type="FOLDER"
@ -55,8 +55,7 @@
<setupTask <setupTask
xsi:type="setup.p2:P2Task"> xsi:type="setup.p2:P2Task">
<requirement <requirement
name="epp.package.java" name="epp.package.java"/>
versionRange="[4.5.0,4.6.0)"/>
<requirement <requirement
name="org.eclipse.platform.feature.group"/> name="org.eclipse.platform.feature.group"/>
<requirement <requirement
@ -65,12 +64,6 @@
name="AnyEditTools.feature.group"/> name="AnyEditTools.feature.group"/>
<requirement <requirement
name="org.eclipse.m2e.maveneclipse.feature.feature.group"/> name="org.eclipse.m2e.maveneclipse.feature.feature.group"/>
<requirement
name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/>
<requirement
name="org.springframework.ide.eclipse.feature.feature.group"/>
<requirement
name="org.springframework.ide.eclipse.maven.feature.feature.group"/>
<requirement <requirement
name="org.eclipse.jst.server_adapters.feature.feature.group"/> name="org.eclipse.jst.server_adapters.feature.feature.group"/>
<requirement <requirement
@ -85,45 +78,41 @@
name="org.eclipse.wst.web_ui.feature.feature.group"/> name="org.eclipse.wst.web_ui.feature.feature.group"/>
<requirement <requirement
name="org.sonatype.m2e.buildhelper.feature.feature.group"/> name="org.sonatype.m2e.buildhelper.feature.feature.group"/>
<requirement
name="org.eclipse.mylyn.github.feature.feature.group"/>
<requirement
name="org.springframework.ide.eclipse.jdt.formatter.feature.feature.group"/>
<repository <repository
url="http://download.eclipse.org/technology/epp/packages/mars/R"/> url="http://download.eclipse.org/technology/epp/packages/oxygen/R/"/>
<repository <repository
url="http://download.eclipse.org/releases/mars"/> url="http://download.eclipse.org/releases/oxygen/"/>
<repository <repository
url="http://andrei.gmxhome.de/eclipse"/> url="http://andrei.gmxhome.de/eclipse/"/>
<repository <repository
url="https://dl.bintray.com/philwebb/m2eclipse-maveneclipse"/> url="https://dl.bintray.com/philwebb/m2eclipse-maveneclipse"/>
<repository
url="https://dl.bintray.com/philwebb/spring-eclipse-code-formatter"/>
<repository
url="http://dist.springsource.com/release/TOOLS/update/e4.5"/>
<repository <repository
url="http://download.eclipse.org/egit/github/updates/"/> url="http://download.eclipse.org/egit/github/updates/"/>
<repository
url="http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/"/>
<description> <description>
Install the tools needed in the IDE to work with the Install the tools needed in the IDE to work with the
source code for ${scope.project.label} source code for ${scope.project.label}
</description> </description>
</setupTask> </setupTask>
<setupTask <setupTask
xsi:type="maven:MavenImportTask" xsi:type="maven:MavenImportTask">
id="">
<sourceLocator <sourceLocator
rootFolder="${checkout.location}"/> rootFolder="${checkout.location}"
locateNestedProjects="true"/>
<description></description> <description></description>
</setupTask> </setupTask>
<setupTask <setupTask
xsi:type="maven:MavenImportTask"> xsi:type="maven:MavenImportTask">
<sourceLocator <sourceLocator
rootFolder="${checkout.location}/spring-boot-samples"/> rootFolder="${checkout.location}/spring-boot-samples"
locateNestedProjects="true"/>
</setupTask> </setupTask>
<setupTask <setupTask
xsi:type="maven:MavenImportTask"> xsi:type="maven:MavenImportTask">
<sourceLocator <sourceLocator
rootFolder="${checkout.location}/spring-boot-deployment-tests"/> rootFolder="${checkout.location}/spring-boot-deployment-tests"
locateNestedProjects="true"/>
</setupTask> </setupTask>
<setupTask <setupTask
xsi:type="setup.workingsets:WorkingSetTask"> xsi:type="setup.workingsets:WorkingSetTask">

Loading…
Cancel
Save