Skip to content

Commit 5b2036f

Browse files
committed
Polish CONTRIBUTING.adoc
1 parent 836c1a0 commit 5b2036f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: CONTRIBUTING.adoc

+9-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ image::.github/images/setup-idea-dependency.png[Setup IntelliJ IDEA Dependencies
108108
=== Setting up IntelliJ IDEA Plugin Development
109109

110110

111+
111112
==== Download Images
112113
To develop the `spring-javaformat-intellij-idea-plugin` module, you need an IntelliJ IDEA application on your local machine.
113114

@@ -185,7 +186,14 @@ Under `spring-javaformat` the following projects are defined:
185186

186187
* `spring-javaformat-checkstyle` - The checkstyle plugin
187188
* `spring-javaformat-formatter` - The main formatter code
188-
* `spring-javaformat-formatter-eclipse` - The eclipse formatter (repackaged and slightly adapted)
189+
* `spring-javaformat-formatter-test-support` - Support classes for tests
190+
* `spring-javaformat-formatter-tests` - Tests for the formatter (external so that they we can test Java 8 and 11)
191+
* `spring-javaformat-formatter-shader` - Shader support classes
192+
* `spring-javaformat-formatter-shaded` - A shaded version of the formatter with all dependencies included
193+
* `spring-javaformat-formatter-eclipse-jdk8` - The eclipse JDK 8 formatter (repackaged and slightly adapted)
194+
* `spring-javaformat-formatter-eclipse-jdk11` - The eclipse JDK 11 formatter (repackaged and slightly adapted)
195+
* `spring-javaformat-formatter-eclipse-jdt-jdk8` - The eclipse JDT import for JDK 8
196+
* `spring-javaformat-formatter-eclipse-jdt-jdk11` - The eclipse JDT import for JDK 8
189197
* `spring-javaformat-formatter-eclipse-rewriter` - Internal utility used to modify eclipse code
190198
* `spring-javaformat-formatter-eclipse-runtime` - Eclipse runtime JAR for use when running outside of Eclipse
191199

0 commit comments

Comments
 (0)