Skip to content

Commit 6c452fe

Browse files
committed
Revert "eclipse-cdt update for 4.13 (#480)"
This reverts commit 85e2f33.
1 parent d4d01bf commit 6c452fe

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

_ext/eclipse-cdt/CHANGES.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# spotless-eclipse-cdt
22

3-
### Version 9.9.0 - October 31st 2019 ([artifact]([jcenter](https://bintray.com/diffplug/opensource/spotless-eclipse-cdt)))
4-
5-
* Switch to Eclipse CDT release 9.9 for Eclipse 4.13 ([#480](https://github.com/diffplug/spotless/issues/480)).
6-
73
### Version 9.8.0 - July 24th 2019 ([artifact]([jcenter](https://bintray.com/diffplug/opensource/spotless-eclipse-cdt)))
84

95
* Switch to Eclipse CDT release 9.8 for Eclipse 4.12 ([#423](https://github.com/diffplug/spotless/pull/423)).

_ext/eclipse-cdt/gradle.properties

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Versions correspond to the Eclipse-CDT version used for the fat-JAR.
22
# See https://www.eclipse.org/cdt/ for further information about Eclipse-CDT versions.
33
# Patch version can be incremented independently for backward compatible patches of this library.
4-
ext_version=9.9.0
4+
ext_version=9.8.0
55
ext_artifactId=spotless-eclipse-cdt
66
ext_description=Eclipse's CDT C/C++ formatter bundled for Spotless
77
ext_org=diffplug
@@ -11,10 +11,11 @@ ext_group=com.diffplug.spotless
1111
ext_VER_JAVA=1.8
1212

1313
# Compile dependencies
14-
VER_ECLIPSE_CDT=9.9
15-
VER_SPOTLESS_ECLISPE_BASE=[3.3.0,4.0.0[
16-
VER_ECLISPE_JFACE=[3.15.300,4.0.0[
17-
VER_ECLISPE_PLATFORM=[3.6.700,4.0.0[
14+
VER_ECLIPSE_CDT=9.7
15+
VER_SPOTLESS_ECLISPE_BASE=[3.2.0,4.0.0[
16+
VER_ECLISPE_JFACE=[3.12.0,4.0.0[
17+
VER_ECLISPE_WORKBENCH=[3.11.0,4.0.0[
18+
VER_ECLISPE_PLATFORM=[3.6.0,4.0.0[
1819
VER_IBM_ICU=[61,62[
1920

2021
# Provided dependencies

0 commit comments

Comments
 (0)