diff options
author | Sven Gothel <[email protected]> | 2021-01-25 01:29:17 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-25 01:29:17 +0100 |
commit | 18f7012edf0125f0c4ebfc8f14abb77a00f69f36 (patch) | |
tree | fd446916e7e4d9f7433ac4ab3022f1dd45c1cc35 /.classpath | |
parent | b371af6d83e0fb94cba02ec6c2837bf58c2eea39 (diff) |
eclipse: add java 'nature'
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..830a3f6 --- /dev/null +++ b/.classpath @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="test/java"/> + <classpathentry excluding="jni/**" kind="src" path="java_base"/> + <classpathentry excluding="jni/**" kind="src" path="java_jni"/> + <classpathentry excluding="jni/**" kind="src" path="java_pkg"/> + <classpathentry kind="src" path="java_net"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <attributes> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="bin"/> +</classpath> |