Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
716726aa
Commit
716726aa
authored
Feb 08, 2018
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Eclipse Oomph setup for Oxygen
See gh-8513
parent
debe15b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
31 deletions
+19
-31
CONTRIBUTING.adoc
CONTRIBUTING.adoc
+1
-2
spring-boot-project.setup
eclipse/spring-boot-project.setup
+18
-29
No files found.
CONTRIBUTING.adoc
View file @
716726aa
...
...
@@ -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:
* 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.
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
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
`maven-invoker-plugin`. If you encounter build failures running the integration tests,
check the `build.log` file in the appropriate sample directory.
eclipse/spring-boot-project.setup
View file @
716726aa
...
...
@@ -11,8 +11,8 @@
xmlns:setup.workingsets=
"http://www.eclipse.org/oomph/setup/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"
name=
"spring.boot"
label=
"Spring Boot"
>
name=
"spring.boot
.1.5.x
"
label=
"Spring Boot
1.5.x
"
>
<setupTask
xsi:type=
"setup:VariableTask"
type=
"FOLDER"
...
...
@@ -55,8 +55,7 @@
<setupTask
xsi:type=
"setup.p2:P2Task"
>
<requirement
name=
"epp.package.java"
versionRange=
"[4.5.0,4.6.0)"
/>
name=
"epp.package.java"
/>
<requirement
name=
"org.eclipse.platform.feature.group"
/>
<requirement
...
...
@@ -65,12 +64,6 @@
name=
"AnyEditTools.feature.group"
/>
<requirement
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
name=
"org.eclipse.jst.server_adapters.feature.feature.group"
/>
<requirement
...
...
@@ -85,45 +78,41 @@
name=
"org.eclipse.wst.web_ui.feature.feature.group"
/>
<requirement
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
url=
"http://download.eclipse.org/technology/epp/packages/
mars/R
"
/>
url=
"http://download.eclipse.org/technology/epp/packages/
oxygen/R/
"
/>
<repository
url=
"http://download.eclipse.org/releases/
mars
"
/>
url=
"http://download.eclipse.org/releases/
oxygen/
"
/>
<repository
url=
"http://andrei.gmxhome.de/eclipse"
/>
url=
"http://andrei.gmxhome.de/eclipse
/
"
/>
<repository
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
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>
Install the tools needed in the IDE to work with the
source code for ${scope.project.label}
</description>
</setupTask>
<setupTask
xsi:type=
"maven:MavenImportTask"
id=
""
>
xsi:type=
"maven:MavenImportTask"
>
<sourceLocator
rootFolder=
"${checkout.location}"
/>
rootFolder=
"${checkout.location}"
locateNestedProjects=
"true"
/>
<description></description>
</setupTask>
<setupTask
xsi:type=
"maven:MavenImportTask"
>
<sourceLocator
rootFolder=
"${checkout.location}/spring-boot-samples"
/>
rootFolder=
"${checkout.location}/spring-boot-samples"
locateNestedProjects=
"true"
/>
</setupTask>
<setupTask
xsi:type=
"maven:MavenImportTask"
>
<sourceLocator
rootFolder=
"${checkout.location}/spring-boot-deployment-tests"
/>
rootFolder=
"${checkout.location}/spring-boot-deployment-tests"
locateNestedProjects=
"true"
/>
</setupTask>
<setupTask
xsi:type=
"setup.workingsets:WorkingSetTask"
>
...
...
@@ -224,9 +213,9 @@
key=
"/instance/org.eclipse.jdt.ui/smartPaste"
value=
"true"
/>
<setupTask
xsi:type=
"setup:PreferenceTask"
key=
"/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates"
value=
"<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="false" context="java" deleted="false" description="Surround code with formatter off and formatter on tags" enabled="true" name="noformat">// @formatter:off
$${cursor} $${line_selection}
// @formatter:on</template></templates>"
/>
xsi:type=
"setup:PreferenceTask"
key=
"/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates"
value=
"<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="false" context="java" deleted="false" description="Surround code with formatter off and formatter on tags" enabled="true" name="noformat">// @formatter:off
$${cursor} $${line_selection}
// @formatter:on</template></templates>"
/>
</setupTask>
<setupTask
xsi:type=
"setup:CompoundTask"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment