|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <setup:Project
|
3 | 3 | xmi:version="2.0"
|
4 |
| - xmlns:xmi="https://www.omg.org/XMI" |
| 4 | + xmlns:xmi="http://www.omg.org/XMI" |
5 | 5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6 |
| - xmlns:jdt="https://www.eclipse.org/oomph/setup/jdt/1.0" |
7 |
| - xmlns:maven="https://www.eclipse.org/oomph/setup/maven/1.0" |
8 |
| - xmlns:predicates="https://www.eclipse.org/oomph/predicates/1.0" |
9 |
| - xmlns:setup="https://www.eclipse.org/oomph/setup/1.0" |
10 |
| - xmlns:setup.p2="https://www.eclipse.org/oomph/setup/p2/1.0" |
11 |
| - xmlns:setup.workingsets="https://www.eclipse.org/oomph/setup/workingsets/1.0" |
12 |
| - xmlns:workingsets="https://www.eclipse.org/oomph/workingsets/1.0" |
13 |
| - xsi:schemaLocation="https://www.eclipse.org/oomph/setup/jdt/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore https://www.eclipse.org/oomph/setup/maven/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore https://www.eclipse.org/oomph/predicates/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore https://www.eclipse.org/oomph/setup/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore https://www.eclipse.org/oomph/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore" |
14 |
| - name="spring.boot" |
15 |
| - label="Spring Boot"> |
| 6 | + xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0" |
| 7 | + xmlns:maven="http://www.eclipse.org/oomph/setup/maven/1.0" |
| 8 | + xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0" |
| 9 | + xmlns:setup="http://www.eclipse.org/oomph/setup/1.0" |
| 10 | + xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0" |
| 11 | + xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0" |
| 12 | + xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0" |
| 13 | + xsi:schemaLocation="http://www.eclipse.org/oomph/setup/jdt/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/maven/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore http://www.eclipse.org/oomph/predicates/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore" |
| 14 | + name="spring.boot.2.2.x" |
| 15 | + label="Spring Boot 2.2.x"> |
16 | 16 | <setupTask
|
17 | 17 | xsi:type="setup:VariableTask"
|
18 | 18 | type="FOLDER"
|
|
54 | 54 | </setupTask>
|
55 | 55 | <setupTask
|
56 | 56 | xsi:type="setup.p2:P2Task">
|
57 |
| - <requirement |
58 |
| - name="epp.package.java"/> |
59 | 57 | <requirement
|
60 | 58 | name="org.eclipse.platform.feature.group"/>
|
61 | 59 | <requirement
|
|
78 | 76 | name="org.sonatype.m2e.buildhelper.feature.feature.group"/>
|
79 | 77 | <requirement
|
80 | 78 | name="org.springframework.ide.eclipse.boot.feature.feature.group"/>
|
81 |
| - <repository |
82 |
| - url="https://download.eclipse.org/technology/epp/packages/oxygen/R/"/> |
83 |
| - <repository |
84 |
| - url="https://download.eclipse.org/releases/oxygen/"/> |
85 | 79 | <repository
|
86 | 80 | url="https://dl.bintray.com/spring/javaformat-eclipse/"/>
|
87 | 81 | <repository
|
88 |
| - url="https://download.eclipse.org/egit/github/updates/"/> |
89 |
| - <repository |
90 |
| - url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/"/> |
91 |
| - <repository |
92 |
| - url="https://dist.springsource.com/release/TOOLS/update/e4.7"/> |
| 82 | + url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/"/> |
93 | 83 | <description>
|
94 | 84 | Install the tools needed in the IDE to work with the
|
95 | 85 | source code for ${scope.project.label}
|
|
0 commit comments