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 62b54ea
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 2 deletions.
Binary file added benchmarks/lib/byte-buddy-1.12.7.jar
Binary file not shown.
Binary file added build/apiguardian-api-1.1.2.jar
Binary file not shown.
Binary file removed build/junit-4.12.jar
Binary file not shown.
Binary file added build/junit-jupiter-5.8.2.jar
Binary file not shown.
Binary file added build/junit-jupiter-api-5.8.2.jar
Binary file not shown.
Binary file added build/junit-jupiter-engine-5.8.2.jar
Binary file not shown.
Binary file added build/junit-jupiter-params-5.8.2.jar
Binary file not shown.
Binary file added build/junit-platform-commons-1.8.2.jar
Binary file not shown.
Binary file added build/junit-platform-engine-1.8.2.jar
Binary file not shown.
Binary file added build/opentest4j-1.2.0.jar
Binary file not shown.
16 changes: 14 additions & 2 deletions eclipse/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,30 @@
<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="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-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="build/junit-jupiter-5.8.2.jar"/>
<classpathentry kind="lib" path="build/junit-jupiter-api-5.8.2.jar"/>
<classpathentry kind="lib" path="build/junit-jupiter-engine-5.8.2.jar"/>
<classpathentry kind="lib" path="build/junit-jupiter-params-5.8.2.jar"/>
<classpathentry kind="lib" path="build/junit-platform-commons-1.8.2.jar"/>
<classpathentry kind="lib" path="build/junit-platform-engine-1.8.2.jar"/>
<classpathentry kind="lib" path="build/opentest4j-1.2.0.jar"/>
<classpathentry kind="lib" path="build/apiguardian-api-1.1.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 62b54ea

Please sign in to comment.