Skip to content

Commit 54e5f65

Browse files
author
pjanecek
committed
[884] Fix eclipse project setup: Add JUnit 5, ByteBuddy
1 parent 7d72d9f commit 54e5f65

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

benchmarks/lib/byte-buddy-1.12.7.jar

3.64 MB
Binary file not shown.

build/hamcrest-core-1.3.jar

-44 KB
Binary file not shown.

build/junit-4.12.jar

-308 KB
Binary file not shown.
Binary file not shown.

eclipse/.classpath

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@
77
<classpathentry exported="true" kind="lib" path="lib/reflectasm-1.11.9.jar"/>
88
<classpathentry exported="true" kind="lib" path="lib/objenesis-3.2.jar"/>
99
<classpathentry kind="lib" path="build/commons-lang-2.6.jar"/>
10-
<classpathentry kind="lib" path="build/junit-4.12.jar"/>
11-
<classpathentry kind="lib" path="build/hamcrest-core-1.3.jar"/>
10+
<classpathentry kind="lib" path="build/junit-platform-console-standalone-1.8.2.jar"/>
1211
<classpathentry kind="lib" path="benchmarks/lib/commons-cli-1.3.1.jar"/>
1312
<classpathentry kind="lib" path="benchmarks/lib/jmh-core-1.21.jar"/>
1413
<classpathentry kind="lib" path="benchmarks/lib/jmh-generator-annprocess-1.21.jar"/>
14+
<classpathentry kind="lib" path="benchmarks/lib/byte-buddy-1.12.7.jar"/>
1515
<classpathentry kind="src" path=".apt_generated">
1616
<attributes>
1717
<attribute name="optional" value="true"/>
1818
</attributes>
1919
</classpathentry>
2020
<classpathentry kind="lib" path="benchmarks/lib/commons-math3-3.2.jar"/>
2121
<classpathentry kind="lib" path="benchmarks/lib/jopt-simple-4.6.jar"/>
22-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
22+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
23+
<attributes>
24+
<attribute name="module" value="true"/>
25+
</attributes>
26+
</classpathentry>
2327
<classpathentry kind="output" path="bin"/>
2428
</classpath>

0 commit comments

Comments
 (0)