File tree Expand file tree Collapse file tree 26 files changed +19
-244
lines changed
org.springframework.boot.ide.branding
org.springframework.boot.ide.product.e437
org.springframework.ide.eclipse.beans.ui.live
org.springframework.ide.eclipse.boot.dash.xterm
org.springframework.ide.eclipse.boot.dash
org.springframework.ide.eclipse.boot.launch
org.springframework.ide.eclipse.boot.refactoring
org.springframework.ide.eclipse.boot.templates
org.springframework.ide.eclipse.boot.validation
org.springframework.ide.eclipse.boot.wizard
org.springframework.ide.eclipse.boot
org.springframework.ide.eclipse.buildship30
org.springframework.ide.eclipse.imports
org.springframework.ide.eclipse.maven.pom
org.springframework.ide.eclipse.xml.namespaces
org.springframework.ide.eclipse.xterm.linux.x86_64
org.springframework.ide.eclipse.xterm.macosx.x86_64
org.springframework.ide.eclipse.xterm.win32.x86_64
org.springframework.ide.eclipse.xterm
org.springframework.ide.eclipse.editor.support
headless-services/jdt-ls-extension Expand file tree Collapse file tree 26 files changed +19
-244
lines changed Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6 /apache-maven-3.9.6 -bin.zip
18- wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0 /maven-wrapper-3.2.0 .jar
17+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11 /apache-maven-3.9.11 -bin.zip
18+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4 /maven-wrapper-3.3.4 .jar
Original file line number Diff line number Diff line change 5252 <version >${tycho-version} </version >
5353 <configuration >
5454 <format >yyyyMMddHHmm</format >
55- <archiveSite >false</archiveSite >
55+ <!-- <archiveSite>false</archiveSite> -- >
5656 <archive >
5757 <addMavenDescriptor >false</addMavenDescriptor >
5858 </archive >
Original file line number Diff line number Diff line change 4747 <artifactId >tycho-p2-publisher-plugin</artifactId >
4848 <version >${tycho-version} </version >
4949 <configuration >
50- <publishArtifacts >true</publishArtifacts >
50+ <!-- <publishArtifacts>true</publishArtifacts> -- >
5151 </configuration >
5252 </plugin >
5353<!--
9595 <linux >tar.gz</linux >
9696 <macosx >tar.gz</macosx >
9797 </formats >
98+ <parallel >true</parallel >
9899 </configuration >
99100 </plugin >
100101
101102 <plugin >
102- <groupId >org.eclipse.tycho.extras </groupId >
103- <artifactId >tycho-eclipserun -plugin</artifactId >
103+ <groupId >org.eclipse.tycho</groupId >
104+ <artifactId >tycho-eclipse -plugin</artifactId >
104105 <version >${tycho-version} </version >
105106 <configuration >
106107 <repositories >
284285 </execution >
285286 </executions >
286287 </plugin >
287-
288+
288289 <plugin >
289290 <groupId >org.codehaus.mojo</groupId >
290291 <artifactId >exec-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 8080
8181 <sts4-language-servers-p2-repo >https://cdn.spring.io/spring-tools/${dist.type} /language-server-integrations/${sts-language-servers-version} </sts4-language-servers-p2-repo >
8282
83- <tycho-version >4 .0.13 </tycho-version >
83+ <tycho-version >5 .0.0 </tycho-version >
8484 <encoding >UTF-8</encoding >
8585
8686 <misc .p2.repo.version>3.9.4.202211021051</misc .p2.repo.version>
351351 <groupId >org.eclipse.tycho</groupId >
352352 <artifactId >target-platform-configuration</artifactId >
353353 <version >${tycho-version} </version >
354- <configuration >
355- <resolver >p2</resolver >
356- </configuration >
357354 </plugin >
358355
359356 <plugin >
412409 <compilerArgument >-err:-forbidden</compilerArgument >
413410 </configuration >
414411 </plugin >
412+
415413 <plugin >
416414 <groupId >org.eclipse.tycho</groupId >
417415 <artifactId >target-platform-configuration</artifactId >
418416 <version >${tycho-version} </version >
419417 <configuration >
420- <resolver >p2</resolver >
421418 <pomDependencies >ignore</pomDependencies >
422- <ignoreTychoRepositories >true</ignoreTychoRepositories >
423- <!-- <dependency-resolution>
424- <optionalDependencies>ignore</optionalDependencies>
425- </dependency-resolution> -->
426419 <environments >
427420 <environment >
428421 <os >macosx</os >
468461 <version >${tycho-version} </version >
469462 <configuration >
470463 <format >yyyyMMddHHmm</format >
471- <archiveSite >false</archiveSite >
464+ <!-- <archiveSite>false</archiveSite> -- >
472465 <archive >
473466 <addMavenDescriptor >false</addMavenDescriptor >
474467 </archive >
Original file line number Diff line number Diff line change 1717 <build >
1818 <plugins >
1919
20- <plugin >
21- <groupId >org.eclipse.tycho</groupId >
22- <artifactId >target-platform-configuration</artifactId >
23- <version >${tycho-version} </version >
24- <configuration >
25- <resolver >p2</resolver >
26- <pomDependencies >ignore</pomDependencies >
27- </configuration >
28- </plugin >
29-
30- <plugin >
31- <groupId >org.eclipse.tycho</groupId >
32- <artifactId >tycho-compiler-plugin</artifactId >
33- <version >${tycho-version} </version >
34- </plugin >
35-
3620 <plugin >
3721 <groupId >org.eclipse.tycho</groupId >
3822 <artifactId >tycho-p2-plugin</artifactId >
Original file line number Diff line number Diff line change 1818
1919 <build >
2020 <plugins >
21- <plugin >
22- <groupId >org.eclipse.tycho</groupId >
23- <artifactId >target-platform-configuration</artifactId >
24- <version >${tycho-version} </version >
25- <configuration >
26- <resolver >p2</resolver >
27- <pomDependencies >ignore</pomDependencies >
28- </configuration >
29- </plugin >
30-
31- <plugin >
32- <groupId >org.eclipse.tycho</groupId >
33- <artifactId >tycho-compiler-plugin</artifactId >
34- <version >${tycho-version} </version >
35- </plugin >
3621
3722 <plugin >
3823 <groupId >org.eclipse.tycho</groupId >
Original file line number Diff line number Diff line change 1717 <build >
1818 <plugins >
1919
20- <plugin >
21- <groupId >org.eclipse.tycho</groupId >
22- <artifactId >target-platform-configuration</artifactId >
23- <version >${tycho-version} </version >
24- <configuration >
25- <resolver >p2</resolver >
26- <pomDependencies >ignore</pomDependencies >
27- </configuration >
28- </plugin >
29-
30- <plugin >
31- <groupId >org.eclipse.tycho</groupId >
32- <artifactId >tycho-compiler-plugin</artifactId >
33- <version >${tycho-version} </version >
34- </plugin >
35-
3620 <plugin >
3721 <groupId >org.eclipse.tycho</groupId >
3822 <artifactId >tycho-p2-plugin</artifactId >
Original file line number Diff line number Diff line change 1717 <build >
1818 <plugins >
1919
20- <plugin >
21- <groupId >org.eclipse.tycho</groupId >
22- <artifactId >target-platform-configuration</artifactId >
23- <version >${tycho-version} </version >
24- <configuration >
25- <resolver >p2</resolver >
26- <pomDependencies >ignore</pomDependencies >
27- </configuration >
28- </plugin >
29-
30- <plugin >
31- <groupId >org.eclipse.tycho</groupId >
32- <artifactId >tycho-compiler-plugin</artifactId >
33- <version >${tycho-version} </version >
34- </plugin >
35-
3620 <plugin >
3721 <groupId >org.eclipse.tycho</groupId >
3822 <artifactId >tycho-p2-plugin</artifactId >
Original file line number Diff line number Diff line change 1717 <build >
1818 <plugins >
1919
20- <plugin >
21- <groupId >org.eclipse.tycho</groupId >
22- <artifactId >target-platform-configuration</artifactId >
23- <version >${tycho-version} </version >
24- <configuration >
25- <resolver >p2</resolver >
26- <pomDependencies >ignore</pomDependencies >
27- </configuration >
28- </plugin >
29-
30- <plugin >
31- <groupId >org.eclipse.tycho</groupId >
32- <artifactId >tycho-compiler-plugin</artifactId >
33- <version >${tycho-version} </version >
34- </plugin >
35-
3620 <plugin >
3721 <groupId >org.eclipse.tycho</groupId >
3822 <artifactId >tycho-p2-plugin</artifactId >
Original file line number Diff line number Diff line change 1717 <build >
1818 <plugins >
1919
20- <plugin >
21- <groupId >org.eclipse.tycho</groupId >
22- <artifactId >target-platform-configuration</artifactId >
23- <version >${tycho-version} </version >
24- <configuration >
25- <resolver >p2</resolver >
26- <pomDependencies >ignore</pomDependencies >
27- </configuration >
28- </plugin >
29-
30- <plugin >
31- <groupId >org.eclipse.tycho</groupId >
32- <artifactId >tycho-compiler-plugin</artifactId >
33- <version >${tycho-version} </version >
34- </plugin >
35-
3620 <plugin >
3721 <groupId >org.eclipse.tycho</groupId >
3822 <artifactId >tycho-p2-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments