diff options
| -rw-r--r-- | clformat/.classpath | 11 | ||||
| -rw-r--r-- | clformat/src/main/java/module-info.java | 1 | ||||
| -rw-r--r-- | commander/.classpath | 2 |
3 files changed, 12 insertions, 2 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 diff --git a/commander/.classpath b/commander/.classpath index 35b3cc1..65e14b4 100644 --- a/commander/.classpath +++ b/commander/.classpath @@ -17,13 +17,11 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> <attributes> <attribute name="maven.pomderived" value="true"/> - <attribute name="module" value="true"/> </attributes> </classpathentry> <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="output" path="target/classes"/> |
