File tree 4 files changed +47
-1
lines changed
spring-javaformat/spring-javaformat-formatter-eclipse-runtime
src/main/java/org/eclipse/core/runtime/content
4 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 32
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
33
<java .version>1.8</java .version>
34
34
<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>
36
36
<eclipse .checkstyle.repository>https://checkstyle.org/eclipse-cs-update-site/</eclipse .checkstyle.repository>
37
37
<tycho .disableP2Mirrors>true</tycho .disableP2Mirrors>
38
38
<ant .version>1.8.1</ant .version>
Original file line number Diff line number Diff line change 67
67
<artifact >io.spring.javaformat:spring-javaformat-formatter-eclipse-jdk8</artifact >
68
68
<excludes >
69
69
<exclude >org/eclipse/jdt/**</exclude >
70
+ <exclude >META-INF/ECLIPSE_.SF</exclude >
71
+ <exclude >META-INF/ECLIPSE_.RSA</exclude >
70
72
</excludes >
71
73
</filter >
72
74
</filters >
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments