diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-04-23 11:46:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 11:46:34 +0200 |
commit | 3e53e4056a7d5de09187086817068abe30685a5c (patch) | |
tree | 4cc83e2b917e2a30b48460ac901a5e5fca1d1da5 /.classpath | |
parent | Merge pull request #23 from UnionInternationalCheminsdeFer/fix_included_open_ticket (diff) | |
parent | Merge branch 'master' into feature/restructure-pom (diff) | |
download | UIC-barcode-3e53e4056a7d5de09187086817068abe30685a5c.tar UIC-barcode-3e53e4056a7d5de09187086817068abe30685a5c.tar.gz UIC-barcode-3e53e4056a7d5de09187086817068abe30685a5c.tar.bz2 UIC-barcode-3e53e4056a7d5de09187086817068abe30685a5c.tar.lz UIC-barcode-3e53e4056a7d5de09187086817068abe30685a5c.tar.xz UIC-barcode-3e53e4056a7d5de09187086817068abe30685a5c.tar.zst UIC-barcode-3e53e4056a7d5de09187086817068abe30685a5c.zip |
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.classpath b/.classpath deleted file mode 100644 index 5e12d97..0000000 --- a/.classpath +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/test/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
- <classpathentry kind="lib" path="D:/barcode/bc/bcprov-jdk15to18-165.jar"/>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <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="target/classes"/>
-</classpath>
|