Skip to content

Commit

Permalink
[884] Fix eclipse project setup: Add JUnit 5, ByteBuddy
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanecek committed Feb 24, 2022
1 parent 7d72d9f commit 54e5f65
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Binary file added benchmarks/lib/byte-buddy-1.12.7.jar
Binary file not shown.
Binary file removed build/hamcrest-core-1.3.jar
Binary file not shown.
Binary file removed build/junit-4.12.jar
Binary file not shown.
Binary file not shown.
10 changes: 7 additions & 3 deletions eclipse/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@
<classpathentry exported="true" kind="lib" path="lib/reflectasm-1.11.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/objenesis-3.2.jar"/>
<classpathentry kind="lib" path="build/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="build/junit-4.12.jar"/>
<classpathentry kind="lib" path="build/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="build/junit-platform-console-standalone-1.8.2.jar"/>
<classpathentry kind="lib" path="benchmarks/lib/commons-cli-1.3.1.jar"/>
<classpathentry kind="lib" path="benchmarks/lib/jmh-core-1.21.jar"/>
<classpathentry kind="lib" path="benchmarks/lib/jmh-generator-annprocess-1.21.jar"/>
<classpathentry kind="lib" path="benchmarks/lib/byte-buddy-1.12.7.jar"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="benchmarks/lib/commons-math3-3.2.jar"/>
<classpathentry kind="lib" path="benchmarks/lib/jopt-simple-4.6.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 54e5f65

Please sign in to comment.