summaryrefslogtreecommitdiff
path: root/clformat
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2022-07-17 22:40:29 -0400
committerBen Culkin <scorpress@gmail.com>2022-07-17 22:40:29 -0400
commit5c5f049917745f487264948aa5663ca64681f510 (patch)
tree3b7429a9a68771bebc36b03ace5db9e5e4f89762 /clformat
parent06d8140970661c3b05adedd76f3e09a131d9bee0 (diff)
Minor tweaks
Diffstat (limited to 'clformat')
-rw-r--r--clformat/.classpath11
-rw-r--r--clformat/src/main/java/module-info.java1
2 files changed, 12 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"/>
diff --git a/clformat/src/main/java/module-info.java b/clformat/src/main/java/module-info.java
index 286a26c..d32a9a7 100644
--- a/clformat/src/main/java/module-info.java
+++ b/clformat/src/main/java/module-info.java
@@ -6,4 +6,5 @@ module clformat {
requires bjc.utils;
requires esodata;
requires inflexion;
+ requires junit;
} \ No newline at end of file