-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for eclipse 4.13 #482
Changes from 17 commits
8f167b8
1260246
85e2f33
02e3223
1b8ef41
ce6662f
d4d01bf
6c452fe
0b00d79
d1c8512
8c55363
1c4cb71
4b63e09
15b33b6
e4ee903
1ad30a8
0309d60
008ac4f
7b249b9
3c86339
52a1d95
75f32f9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Versions correspond to the Eclipse-CDT version used for the fat-JAR. | ||
# See https://www.eclipse.org/cdt/ for further information about Eclipse-CDT versions. | ||
# Patch version can be incremented independently for backward compatible patches of this library. | ||
ext_version=9.8.0 | ||
ext_version=9.9.0 | ||
ext_artifactId=spotless-eclipse-cdt | ||
ext_description=Eclipse's CDT C/C++ formatter bundled for Spotless | ||
ext_org=diffplug | ||
|
@@ -11,11 +11,10 @@ ext_group=com.diffplug.spotless | |
ext_VER_JAVA=1.8 | ||
|
||
# Compile dependencies | ||
VER_ECLIPSE_CDT=9.7 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm wondering if this was a bug in the eclipse-cdt release of 9.8, as it referenced 9.7 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good catch! I looked at it, and I believe you are correct. I should publish a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the fix. I really missed to commit the vital change. |
||
VER_ECLIPSE_CDT=9.9 | ||
VER_SPOTLESS_ECLISPE_BASE=[3.2.0,4.0.0[ | ||
VER_ECLISPE_JFACE=[3.12.0,4.0.0[ | ||
VER_ECLISPE_WORKBENCH=[3.11.0,4.0.0[ | ||
VER_ECLISPE_PLATFORM=[3.6.0,4.0.0[ | ||
VER_ECLISPE_JFACE=[3.15.300,4.0.0[ | ||
VER_ECLISPE_PLATFORM=[3.6.700,4.0.0[ | ||
VER_IBM_ICU=[61,62[ | ||
|
||
# Provided dependencies | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 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.swt:3.112.0 | ||
org.eclipse.platform:org.eclipse.text:3.9.0 |
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 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 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.swt:3.112.0 | ||
k-brooks marked this conversation as resolved.
Show resolved
Hide resolved
|
||
org.eclipse.platform:org.eclipse.text:3.9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-)