diff options
author | Leonard Kugis <leonard@kug.is> | 2022-04-25 16:43:46 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2022-04-25 16:43:46 +0000 |
commit | c9dd9469183d95c6c2f4d01e3d6365ec57386a65 (patch) | |
tree | 07ec933179eced02eec8a70f8b64c9281d453457 /.classpath | |
download | kryptographie-c9dd9469183d95c6c2f4d01e3d6365ec57386a65.tar.gz kryptographie-c9dd9469183d95c6c2f4d01e3d6365ec57386a65.tar.bz2 kryptographie-c9dd9469183d95c6c2f4d01e3d6365ec57386a65.zip |
Diffstat (limited to '.classpath')
-rwxr-xr-x | .classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100755 index 0000000..63b7e89 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|