Skip to content

Commit 91c5fc9

Browse files
committed
Upgrade to Eclipse 2022-06
Closes gh-337
1 parent 217be37 commit 91c5fc9

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333
<java.version>1.8</java.version>
3434
<eclipse.jdk8.repository>https://download.eclipse.org/releases/2021-03/202103171000/</eclipse.jdk8.repository>
35-
<eclipse.jdk11.repository>https://download.eclipse.org/releases/2022-03/202203161000/</eclipse.jdk11.repository>
35+
<eclipse.jdk11.repository>https://download.eclipse.org/releases/2022-06/202206151000/</eclipse.jdk11.repository>
3636
<eclipse.checkstyle.repository>https://checkstyle.org/eclipse-cs-update-site/</eclipse.checkstyle.repository>
3737
<tycho.disableP2Mirrors>true</tycho.disableP2Mirrors>
3838
<ant.version>1.8.1</ant.version>

Diff for: spring-javaformat/spring-javaformat-formatter-eclipse-runtime/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
<artifact>io.spring.javaformat:spring-javaformat-formatter-eclipse-jdk8</artifact>
6868
<excludes>
6969
<exclude>org/eclipse/jdt/**</exclude>
70+
<exclude>META-INF/ECLIPSE_.SF</exclude>
71+
<exclude>META-INF/ECLIPSE_.RSA</exclude>
7072
</excludes>
7173
</filter>
7274
</filters>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright 2017-2021 the original author or authors.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package org.eclipse.core.runtime.content;
18+
19+
public class IContentTypeManager$ContentTypeChangeEvent {
20+
21+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright 2017-2021 the original author or authors.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package org.eclipse.core.runtime.content;
18+
19+
public interface IContentTypeManager$IContentTypeChangeListener {
20+
21+
void contentTypeChanged(IContentTypeManager$ContentTypeChangeEvent event);
22+
23+
}

0 commit comments

Comments
 (0)