diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2020-04-30 14:39:47 +0200 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2020-04-30 14:39:47 +0200 |
commit | a7515e3c057ef00ade3ae093b179c2787f07803b (patch) | |
tree | ec36c0520415879268db1ca0d57f132eca1d7876 /.classpath | |
parent | Create README.md (diff) | |
download | UIC-barcode-a7515e3c057ef00ade3ae093b179c2787f07803b.tar UIC-barcode-a7515e3c057ef00ade3ae093b179c2787f07803b.tar.gz UIC-barcode-a7515e3c057ef00ade3ae093b179c2787f07803b.tar.bz2 UIC-barcode-a7515e3c057ef00ade3ae093b179c2787f07803b.tar.lz UIC-barcode-a7515e3c057ef00ade3ae093b179c2787f07803b.tar.xz UIC-barcode-a7515e3c057ef00ade3ae093b179c2787f07803b.tar.zst UIC-barcode-a7515e3c057ef00ade3ae093b179c2787f07803b.zip |
Diffstat (limited to '')
-rw-r--r-- | .classpath | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..0e44ae2 --- /dev/null +++ b/.classpath @@ -0,0 +1,11 @@ +<?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">
+ <attributes>
+ <attribute name="owner.project.facets" value="java"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|