File tree Expand file tree Collapse file tree 4 files changed +47
-1
lines changed
spring-javaformat/spring-javaformat-formatter-eclipse-runtime
src/main/java/org/eclipse/core/runtime/content Expand file tree Collapse file tree 4 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 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