| 
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>  | 
2 | 2 | <setup:Project  | 
3 | 3 |     xmi:version="2.0"  | 
4 |  | -    xmlns:xmi="http://www.omg.org/XMI"  | 
 | 4 | +    xmlns:xmi="https://www.omg.org/XMI"  | 
5 | 5 |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  | 
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 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"  | 
 | 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 | 14 |     name="spring.boot"  | 
15 | 15 |     label="Spring Boot">  | 
16 | 16 |   <setupTask  | 
 | 
81 | 81 |     <requirement  | 
82 | 82 |         name="org.springframework.ide.eclipse.boot.feature.feature.group"/>  | 
83 | 83 |     <repository  | 
84 |  | -        url="http://download.eclipse.org/technology/epp/packages/oxygen/R/"/>  | 
 | 84 | +        url="https://download.eclipse.org/technology/epp/packages/oxygen/R/"/>  | 
85 | 85 |     <repository  | 
86 |  | -        url="http://download.eclipse.org/releases/oxygen/"/>  | 
 | 86 | +        url="https://download.eclipse.org/releases/oxygen/"/>  | 
87 | 87 |     <repository  | 
88 | 88 |         url="http://andrei.gmxhome.de/eclipse/"/>  | 
89 | 89 |     <repository  | 
90 | 90 |         url="https://dl.bintray.com/spring/javaformat-eclipse/"/>  | 
91 | 91 |     <repository  | 
92 |  | -        url="http://download.eclipse.org/egit/github/updates/"/>  | 
 | 92 | +        url="https://download.eclipse.org/egit/github/updates/"/>  | 
93 | 93 |     <repository  | 
94 |  | -        url="http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/"/>  | 
 | 94 | +        url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/"/>  | 
95 | 95 |     <repository  | 
96 |  | -        url="http://dist.springsource.com/release/TOOLS/update/e4.7"/>  | 
 | 96 | +        url="https://dist.springsource.com/release/TOOLS/update/e4.7"/>  | 
97 | 97 |     <description>  | 
98 | 98 |       Install the tools needed in the IDE to work with the  | 
99 | 99 |       source code for ${scope.project.label}  | 
 | 
0 commit comments