We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f62795 commit fb0afefCopy full SHA for fb0afef
.gitignore
@@ -1,4 +1,3 @@
1
-
2
# Created by https://www.gitignore.io/api/java,maven,eclipse,intellij
3
# Edit at https://www.gitignore.io/?templates=java,maven,eclipse,intellij
4
@@ -190,4 +189,9 @@ buildNumber.properties
190
189
.mvn/timing.properties
191
.mvn/wrapper/maven-wrapper.jar
192
193
-# End of https://www.gitignore.io/api/java,maven,eclipse,intellij
+# End of https://www.gitignore.io/api/java,maven,eclipse,intellij
+
194
195
+### allow the ecj and jdt core jar ###
196
+!src/test/resources/ecj-3.15.1.jar
197
+!src/test/resources/org.eclipse.jdt.core-3.15.0.jar
0 commit comments