diff options
Diffstat (limited to 'clformat/.classpath')
| -rw-r--r-- | clformat/.classpath | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/clformat/.classpath b/clformat/.classpath index 2249687..cfdcd1b 100644 --- a/clformat/.classpath +++ b/clformat/.classpath @@ -9,6 +9,7 @@ <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"> @@ -18,7 +19,7 @@ <attribute name="test" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> + <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> @@ -26,17 +27,13 @@ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> - <attribute name="module" value="true"/> </attributes> </classpathentry> - <classpathentry kind="lib" path="C:/Users/bjcul/.m2/repository/junit/junit/4.12/junit-4.12.jar" sourcepath="C:/Users/bjcul/.m2/repository/junit/junit/4.12/junit-4.12-sources.jar"> + <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> <attributes> <attribute name="maven.pomderived" value="true"/> - <attribute name="module" value="true"/> - <attribute name="maven.groupId" value="junit"/> - <attribute name="maven.artifactId" value="junit"/> - <attribute name="maven.version" value="4.12"/> - <attribute name="maven.scope" value="compile"/> + <attribute name="test" value="true"/> + <attribute name="optional" value="true"/> </attributes> </classpathentry> <classpathentry kind="output" path="target/classes"/> |
