-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #482 from Vestmark/issue_480-ext
Add support for eclipse 4.13
- Loading branch information
Showing
23 changed files
with
147 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tra/src/main/resources/com/diffplug/spotless/extra/eclipse_cdt_formatter/v4.12.0.lockfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
...tra/src/main/resources/com/diffplug/spotless/extra/eclipse_cdt_formatter/v4.13.0.lockfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Spotless formatter based on CDT version 9.9.0 (see https://www.eclipse.org/cdt/) | ||
com.diffplug.spotless:spotless-eclipse-cdt:9.9.0 | ||
com.diffplug.spotless:spotless-eclipse-base:3.2.1 | ||
com.google.code.findbugs:annotations:3.0.0 | ||
com.google.code.findbugs:jsr305:3.0.0 | ||
com.ibm.icu:icu4j:61.2 | ||
org.eclipse.platform:org.eclipse.core.commands:3.9.500 | ||
org.eclipse.platform:org.eclipse.core.contenttype:3.7.400 | ||
org.eclipse.platform:org.eclipse.core.filebuffers:3.6.700 | ||
org.eclipse.platform:org.eclipse.core.filesystem:1.7.500 | ||
org.eclipse.platform:org.eclipse.core.jobs:3.10.500 | ||
org.eclipse.platform:org.eclipse.core.resources:3.13.500 | ||
org.eclipse.platform:org.eclipse.core.runtime:3.16.0 | ||
org.eclipse.platform:org.eclipse.equinox.app:1.4.300 | ||
org.eclipse.platform:org.eclipse.equinox.common:3.10.500 | ||
org.eclipse.platform:org.eclipse.equinox.preferences:3.7.500 | ||
org.eclipse.platform:org.eclipse.equinox.registry:3.8.500 | ||
org.eclipse.platform:org.eclipse.jface.text:3.15.300 | ||
org.eclipse.platform:org.eclipse.jface:3.17.0 | ||
org.eclipse.platform:org.eclipse.osgi:3.15.0 | ||
org.eclipse.platform:org.eclipse.text:3.9.0 |
18 changes: 18 additions & 0 deletions
18
...tra/src/main/resources/com/diffplug/spotless/extra/eclipse_jdt_formatter/v4.13.0.lockfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Spotless formatter based on JDT version 4.13.0 (see https://projects.eclipse.org/projects/eclipse.jdt) | ||
# Compare tag in M2 pom with https://git.eclipse.org/c/jdt/eclipse.jdt.core.git/tag/?h=R4_13 to determine core version. | ||
com.diffplug.spotless:spotless-eclipse-jdt:4.8.0 | ||
com.diffplug.spotless:spotless-eclipse-base:3.2.1 | ||
com.google.code.findbugs:annotations:3.0.0 | ||
com.google.code.findbugs:jsr305:3.0.0 | ||
org.eclipse.jdt:org.eclipse.jdt.core:3.19.0 | ||
org.eclipse.platform:org.eclipse.core.commands:3.9.500 | ||
org.eclipse.platform:org.eclipse.core.contenttype:3.7.400 | ||
org.eclipse.platform:org.eclipse.core.jobs:3.10.500 | ||
org.eclipse.platform:org.eclipse.core.resources:3.13.500 | ||
org.eclipse.platform:org.eclipse.core.runtime:3.16.0 | ||
org.eclipse.platform:org.eclipse.equinox.app:1.4.300 | ||
org.eclipse.platform:org.eclipse.equinox.common:3.10.500 | ||
org.eclipse.platform:org.eclipse.equinox.preferences:3.7.500 | ||
org.eclipse.platform:org.eclipse.equinox.registry:3.8.500 | ||
org.eclipse.platform:org.eclipse.osgi:3.15.0 | ||
org.eclipse.platform:org.eclipse.text:3.9.0 |
25 changes: 25 additions & 0 deletions
25
...ra/src/main/resources/com/diffplug/spotless/extra/eclipse_wtp_formatters/v4.13.0.lockfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Spotless formatter based on Eclipse-WTP version 3.15 (see https://www.eclipse.org/webtools/) | ||
com.diffplug.spotless:spotless-eclipse-wtp:3.15.0 | ||
com.diffplug.spotless:spotless-eclipse-base:3.2.1 | ||
com.google.code.findbugs:annotations:3.0.0 | ||
com.google.code.findbugs:jsr305:3.0.0 | ||
com.ibm.icu:icu4j:61.2 | ||
org.eclipse.emf:org.eclipse.emf.common:2.16.0 | ||
org.eclipse.emf:org.eclipse.emf.ecore:2.19.0 | ||
org.eclipse.platform:org.eclipse.core.commands:3.9.500 | ||
org.eclipse.platform:org.eclipse.core.contenttype:3.7.400 | ||
org.eclipse.platform:org.eclipse.core.filebuffers:3.6.700 | ||
org.eclipse.platform:org.eclipse.core.filesystem:1.7.500 | ||
org.eclipse.platform:org.eclipse.core.jobs:3.10.500 | ||
org.eclipse.platform:org.eclipse.core.resources:3.13.500 | ||
org.eclipse.platform:org.eclipse.core.runtime:3.16.0 | ||
org.eclipse.platform:org.eclipse.equinox.app:1.4.300 | ||
org.eclipse.platform:org.eclipse.equinox.common:3.10.500 | ||
org.eclipse.platform:org.eclipse.equinox.preferences:3.7.500 | ||
org.eclipse.platform:org.eclipse.equinox.registry:3.8.500 | ||
org.eclipse.platform:org.eclipse.jface.text:3.15.300 | ||
org.eclipse.platform:org.eclipse.jface:3.17.0 | ||
org.eclipse.platform:org.eclipse.osgi.services:3.8.0 | ||
org.eclipse.platform:org.eclipse.osgi:3.15.0 | ||
org.eclipse.platform:org.eclipse.text:3.9.0 | ||
org.eclipse.xsd:org.eclipse.xsd:2.12.0 |
18 changes: 18 additions & 0 deletions
18
.../src/main/resources/com/diffplug/spotless/extra/groovy_eclipse_formatter/v4.13.0.lockfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Spotless formatter based on Groovy-Eclipse version 3.5.0 (see https://github.com/groovy/groovy-eclipse/releases) | ||
com.diffplug.spotless:spotless-eclipse-groovy:3.5.0 | ||
com.diffplug.spotless:spotless-eclipse-base:3.2.1 | ||
com.google.code.findbugs:annotations:3.0.0 | ||
com.google.code.findbugs:jsr305:3.0.0 | ||
org.eclipse.platform:org.eclipse.core.commands:3.9.500 | ||
org.eclipse.platform:org.eclipse.core.contenttype:3.7.400 | ||
org.eclipse.platform:org.eclipse.core.jobs:3.10.500 | ||
org.eclipse.platform:org.eclipse.core.resources:3.13.500 | ||
org.eclipse.platform:org.eclipse.core.runtime:3.16.0 | ||
org.eclipse.platform:org.eclipse.equinox.app:1.4.300 | ||
org.eclipse.platform:org.eclipse.equinox.common:3.10.500 | ||
org.eclipse.platform:org.eclipse.equinox.preferences:3.7.500 | ||
org.eclipse.platform:org.eclipse.equinox.registry:3.8.500 | ||
org.eclipse.platform:org.eclipse.jface.text:3.15.300 | ||
org.eclipse.platform:org.eclipse.jface:3.17.0 | ||
org.eclipse.platform:org.eclipse.osgi:3.15.0 | ||
org.eclipse.platform:org.eclipse.text:3.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.