Skip to content

Commit 3670857

Browse files
committed
added additonal jars to classpath
1 parent 3587d30 commit 3670857

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

mode/.classpath

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5-
<classpathentry combineaccessrules="false" kind="src" path="/processing-app"/>
6-
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
7-
<classpathentry combineaccessrules="false" kind="src" path="/processing-java"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
5+
<attributes>
6+
<attribute name="module" value="true"/>
7+
</attributes>
8+
</classpathentry>
89
<classpathentry kind="lib" path="mode/jdi.jar"/>
9-
<classpathentry kind="lib" path="mode/gradle-tooling-api-6.7.1.jar"/>
1010
<classpathentry kind="lib" path="mode/jdimodel.jar"/>
11+
<classpathentry combineaccessrules="false" kind="src" path="/processing4-app"/>
12+
<classpathentry combineaccessrules="false" kind="src" path="/processing4-core"/>
13+
<classpathentry combineaccessrules="false" kind="src" path="/processing4-java"/>
14+
<classpathentry kind="lib" path="mode/istack-commons-runtime.jar"/>
15+
<classpathentry kind="lib" path="mode/javax.activation-api.jar"/>
16+
<classpathentry kind="lib" path="mode/jaxb-api.jar"/>
17+
<classpathentry kind="lib" path="mode/jaxb-jxc.jar"/>
18+
<classpathentry kind="lib" path="mode/jaxb-runtime.jar"/>
19+
<classpathentry kind="lib" path="mode/jaxb-xjc.jar"/>
20+
<classpathentry kind="lib" path="mode/antlr.jar"/>
21+
<classpathentry kind="lib" path="mode/gradle-tooling-api-6.8.3.jar"/>
22+
<classpathentry kind="var" path="ANDROID_JAR"/>
23+
<classpathentry kind="var" path="ANDROID_SDK"/>
1124
<classpathentry kind="output" path="core/bin"/>
1225
</classpath>

0 commit comments

Comments
 (0)