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 52c9eab commit 3587d30Copy full SHA for 3587d30
mode/build.gradle
@@ -87,7 +87,16 @@ clean.doFirst {
87
exclude "jaxb-xjc.jar"
88
exclude "core.jar"
89
exclude "pde.jar"
90
- exclude "JavaMode.jar"
+ exclude "JavaMode.jar"
91
+ exclude "org.eclipse.core.contenttype.jar"
92
+ exclude "org.eclipse.core.jobs.jar"
93
+ exclude "org.eclipse.core.resources.jar"
94
+ exclude "org.eclipse.core.runtime.jar"
95
+ exclude "org.eclipse.equinox.common.jar"
96
+ exclude "org.eclipse.equinox.preferences.jar"
97
+ exclude "org.eclipse.jdt.core.jar"
98
+ exclude "org.eclipse.osgi.jar"
99
+ exclude "org.eclipse.text.jar"
100
}
101
102
0 commit comments