diff options
Diffstat (limited to 'clformat/.classpath')
| -rw-r--r-- | clformat/.classpath | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/clformat/.classpath b/clformat/.classpath index 9dab56c..2249687 100644 --- a/clformat/.classpath +++ b/clformat/.classpath @@ -26,6 +26,17 @@ <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"> + <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"/> </attributes> </classpathentry> <classpathentry kind="output" path="target/classes"/> |
