diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-09-30 11:55:17 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-09-30 11:58:48 +0200 |
commit | 78f00b9678a7dfdf5b5c2750290dcd3c80265099 (patch) | |
tree | 1fea7e741f672d9607656187cac052d984768258 /.classpath | |
parent | fd24a56578a323715b844b610ba91a3bfd400342 (diff) | |
download | pdf-over-78f00b9678a7dfdf5b5c2750290dcd3c80265099.tar.gz pdf-over-78f00b9678a7dfdf5b5c2750290dcd3c80265099.tar.bz2 pdf-over-78f00b9678a7dfdf5b5c2750290dcd3c80265099.zip |
delete eclipse settings that really should've never been part of the repo
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.classpath b/.classpath deleted file mode 100644 index 8b5c0e0c..00000000 --- a/.classpath +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> - <attributes> - <attribute name="module" value="true"/> - </attributes> - </classpathentry> - <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/> - <classpathentry kind="output" path="target/classes"/> -</classpath> |