diff options
| author | Ben Culkin <scorpress@gmail.com> | 2022-07-17 22:40:29 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2022-07-17 22:40:29 -0400 |
| commit | 5c5f049917745f487264948aa5663ca64681f510 (patch) | |
| tree | 3b7429a9a68771bebc36b03ace5db9e5e4f89762 /clformat/.classpath | |
| parent | 06d8140970661c3b05adedd76f3e09a131d9bee0 (diff) | |
Minor tweaks
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"/> |
