We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0c895 commit 5e187ebCopy full SHA for 5e187eb
mode/tools/SDKUpdater/.classpath
@@ -1,10 +1,14 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
<classpathentry kind="src" path="src"/>
4
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
5
+ <attributes>
6
+ <attribute name="module" value="true"/>
7
+ </attributes>
8
+ </classpathentry>
9
<classpathentry combineaccessrules="false" kind="src" path="/android-mode"/>
10
<classpathentry kind="lib" path="lib/sdklib-27.1.1.jar"/>
11
<classpathentry kind="lib" path="lib/repository-27.1.1.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/processing-app"/>
12
+ <classpathentry combineaccessrules="false" kind="src" path="/processing4-app"/>
13
<classpathentry kind="output" path="bin"/>
14
</classpath>
0 commit comments