diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-03-26 16:28:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 16:28:38 +0100 |
commit | bc74a1c053d72012619ecec908b37896c2bac216 (patch) | |
tree | 2d9a64a55b107aad720cfa90f48b19619db66ef5 /.classpath | |
parent | Merge pull request #11 from UnionInternationalCheminsdeFer/layout-utf8-test (diff) | |
parent | - voucher, customer card and parking using the upcoming interpretation (diff) | |
download | UIC-barcode-bc74a1c053d72012619ecec908b37896c2bac216.tar UIC-barcode-bc74a1c053d72012619ecec908b37896c2bac216.tar.gz UIC-barcode-bc74a1c053d72012619ecec908b37896c2bac216.tar.bz2 UIC-barcode-bc74a1c053d72012619ecec908b37896c2bac216.tar.lz UIC-barcode-bc74a1c053d72012619ecec908b37896c2bac216.tar.xz UIC-barcode-bc74a1c053d72012619ecec908b37896c2bac216.tar.zst UIC-barcode-bc74a1c053d72012619ecec908b37896c2bac216.zip |
Diffstat (limited to '')
-rw-r--r-- | .classpath | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,11 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
- <attributes>
- <attribute name="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
+ <classpathentry kind="src" path="src"/>
<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">
|