diff options
author | Sven Gothel <[email protected]> | 2023-01-14 20:32:59 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-14 20:32:59 +0100 |
commit | 4dfe7369d8e58978dc56235344731f927a1c8ae4 (patch) | |
tree | 7c0d1eed8b7301334e0bbe038467b468d829af8f /.classpath | |
parent | 8a2938cd36fd695dec0804997319f799ba4e4929 (diff) |
Eclipse: Update settings
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.classpath b/.classpath index 143dde5b6..a6becb458 100644 --- a/.classpath +++ b/.classpath @@ -34,11 +34,15 @@ <classpathentry kind="src" path="src/oculusvr/classes"/> <classpathentry kind="src" path="oculusvr-sdk/jogl/src/classes"/> <classpathentry kind="src" path="src/demos"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <attributes> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> <classpathentry combineaccessrules="false" kind="src" path="/gluegen"/> + <classpathentry combineaccessrules="false" kind="src" path="/joal"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/> - <classpathentry combineaccessrules="false" kind="src" path="/joal"/> <classpathentry kind="lib" path="/gluegen/make/lib/junit.jar" sourcepath="/gluegen/make/lib/junit-sources.jar"/> <classpathentry kind="lib" path="make/lib/plugin3/plugin3-public.jar" sourcepath="make/lib/plugin3/plugin3-public-src.zip"/> <classpathentry kind="lib" path="/gluegen/make/lib/semantic-versioning/semver.jar" sourcepath="/gluegen/make/lib/semantic-versioning/semver-src.zip"/> |