diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-03-26 10:51:18 +0100 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-03-26 10:51:18 +0100 |
commit | 8ea7964818b74aa22fde6b0c3bfac52b58b1d349 (patch) | |
tree | 5a2a12114b743d84466a5d9da3bd691aded52a25 /.classpath | |
parent | - additional test on LayoutElement with utf-8 (diff) | |
download | UIC-barcode-8ea7964818b74aa22fde6b0c3bfac52b58b1d349.tar UIC-barcode-8ea7964818b74aa22fde6b0c3bfac52b58b1d349.tar.gz UIC-barcode-8ea7964818b74aa22fde6b0c3bfac52b58b1d349.tar.bz2 UIC-barcode-8ea7964818b74aa22fde6b0c3bfac52b58b1d349.tar.lz UIC-barcode-8ea7964818b74aa22fde6b0c3bfac52b58b1d349.tar.xz UIC-barcode-8ea7964818b74aa22fde6b0c3bfac52b58b1d349.tar.zst UIC-barcode-8ea7964818b74aa22fde6b0c3bfac52b58b1d349.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">
|