Skip to content

Commit c5fccec

Browse files
committed
added additional deps required by the mode in the Eclipse project
1 parent e3b5554 commit c5fccec

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mode/.classpath

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/">
10+
<attributes>
11+
<attribute name="module" value="true"/>
12+
</attributes>
13+
</classpathentry>
1014
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1115
<classpathentry combineaccessrules="false" kind="src" path="/processing4-app"/>
1216
<classpathentry combineaccessrules="false" kind="src" path="/processing4-core"/>
1317
<classpathentry combineaccessrules="false" kind="src" path="/processing4-java"/>
1418
<classpathentry kind="var" path="ANDROID_JAR"/>
1519
<classpathentry kind="var" path="ANDROID_SDK"/>
20+
<classpathentry kind="lib" path="mode/gradle-tooling-api-7.2.jar"/>
21+
<classpathentry kind="lib" path="mode/jdi.jar"/>
22+
<classpathentry kind="lib" path="mode/jdimodel.jar"/>
1623
<classpathentry kind="output" path="bin/default"/>
1724
</classpath>

0 commit comments

Comments
 (0)