Commit c5f4f45f authored by Andy Wilkinson's avatar Andy Wilkinson

Add Spring IDE's Boot support to Eclipe setup

Closes gh-12081
parent d1714a5c
...@@ -78,6 +78,8 @@ ...@@ -78,6 +78,8 @@
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.springframework.ide.eclipse.boot.feature.feature.group"/>
<repository <repository
url="http://download.eclipse.org/technology/epp/packages/oxygen/R/"/> url="http://download.eclipse.org/technology/epp/packages/oxygen/R/"/>
<repository <repository
...@@ -90,6 +92,8 @@ ...@@ -90,6 +92,8 @@
url="http://download.eclipse.org/egit/github/updates/"/> url="http://download.eclipse.org/egit/github/updates/"/>
<repository <repository
url="http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/"/> url="http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/"/>
<repository
url="http://dist.springsource.com/release/TOOLS/update/e4.7"/>
<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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment