diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-01-31 20:30:26 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-01-31 20:30:26 -0500 |
| commit | 7fdd5d542add2ffe8dbc0ee1816b10b30a5d0fda (patch) | |
| tree | e0c0e100d03a80fb659dff9f96b9e4ac31985d28 | |
| parent | fe182abeaeb5054df8ffd757c28f97ece19ac8f5 (diff) | |
| -rw-r--r-- | .classpath | 41 | ||||
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .settings/org.eclipse.core.resources.prefs | 4 |
3 files changed, 2 insertions, 45 deletions
diff --git a/.classpath b/.classpath deleted file mode 100644 index 33a475f..0000000 --- a/.classpath +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" output="target/classes" path="src/main/java"> - <attributes> - <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="data"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - <attribute name="optional" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="src" output="target/test-classes" path="src/test/java"> - <attributes> - <attribute name="test" value="true"/> - <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="src" path="src/example/java"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - <attribute name="test" value="true"/> - <attribute name="optional" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="output" path="target/classes"/> -</classpath> @@ -5,3 +5,5 @@ error.txt stress.gout HTML/ *.ps +.classpath +.settings/ diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 382b70b..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -encoding//src/main/java=UTF-8 -encoding/<project>=UTF-8 -encoding/data=UTF-8 |
