Skip to content

Commit cf4a0ce

Browse files
committed
added the dependencies needed by sdkupdater project in Eclipse
1 parent 47b3623 commit cf4a0ce

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

mode/tools/SDKUpdater/.classpath

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
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/"/>
10-
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
119
<classpathentry combineaccessrules="false" kind="src" path="/android-mode"/>
1210
<classpathentry combineaccessrules="false" kind="src" path="/processing4-app"/>
11+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/">
12+
<attributes>
13+
<attribute name="module" value="true"/>
14+
</attributes>
15+
</classpathentry>
16+
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
17+
<classpathentry kind="lib" path="lib/repository-30.3.0.jar"/>
18+
<classpathentry kind="lib" path="lib/sdklib-30.3.0.jar"/>
19+
<classpathentry kind="lib" path="lib/common-30.3.0.jar"/>
1320
<classpathentry kind="output" path="bin/default"/>
1421
</classpath>

0 commit comments

Comments
 (0)