Skip to content

Commit

Permalink
Upgrade junit
Browse files Browse the repository at this point in the history
  • Loading branch information
manning committed Oct 17, 2020
1 parent 63dcab8 commit d1fc7a3
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<classpathentry exported="true" kind="lib" path="lib/tomcat/jsp-api.jar" sourcepath="libsrc/tomcat/apache-tomcat-7.0.12-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/tomcat/tomcat-api.jar" sourcepath="libsrc/tomcat/apache-tomcat-7.0.12-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging.jar" sourcepath="libsrc/commons-logging-1.1.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/junit.jar" sourcepath="libsrc/junit-4.5-src.jar"/>
<classpathentry exported="true" kind="lib" path="lib/junit-4.13.1.jar" sourcepath="libsrc/junit-4.13.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javax.servlet.jar" sourcepath="libsrc/tomcat/apache-tomcat-7.0.12-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/AppleJavaExtensions.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jflex-1.6.1.jar" sourcepath="libsrc/jflex-1.6.1-src.zip"/>
Expand All @@ -38,7 +38,7 @@
<classpathentry exported="true" kind="lib" path="lib/ejml-ddense-0.38.jar" sourcepath="libsrc/projects/core/libsrc/ejml-ddense-0.38-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ejml-simple-0.38.jar" sourcepath="libsrc/projects/core/libsrc/ejml-simple-0.38-sources.jar"/>
<classpathentry kind="lib" path="liblocal/antlr-runtime.jar"/>
<classpathentry kind="lib" path="liblocal/java-hamcrest.jar" sourcepath="libsrc/java-hamcrest-sources.jar"/>
<classpathentry kind="lib" path="liblocal/hamcrest-2.2.jar " sourcepath="libsrc/hamcrest-2.2-sources.jar"/>
<classpathentry kind="lib" path="liblocal/javaruntype.jar"/>
<classpathentry kind="lib" path="liblocal/junit-quickcheck-core.jar"/>
<classpathentry kind="lib" path="liblocal/junit-quickcheck-generators.jar"/>
Expand Down
Binary file added lib/junit-4.13.1.jar
Binary file not shown.
Binary file removed lib/junit.jar
Binary file not shown.
Binary file added liblocal/hamcrest-2.2.jar
Binary file not shown.
Binary file removed liblocal/java-hamcrest.jar
Binary file not shown.
Binary file added libsrc/hamcrest-2.2-sources.jar
Binary file not shown.
Binary file removed libsrc/java-hamcrest-sources.jar
Binary file not shown.
Binary file added libsrc/junit-4.13.1-sources.jar
Binary file not shown.
Binary file removed libsrc/junit-4.5-src.jar
Binary file not shown.

0 comments on commit d1fc7a3

Please sign in to comment.