diff options
author | Sven Gothel <[email protected]> | 2023-01-02 01:11:40 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-02 01:11:40 +0100 |
commit | d6ec7e8360074223b448c5680ccef13e6a100a31 (patch) | |
tree | 22d172eda27c805efe11554b5dbddc4fd5b9625a | |
parent | 817760455eeb6ce565ab545b5ad5af911b1bd62d (diff) |
Eclipse: Fix classpath JUNIT_HOME
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,6 +16,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="lib" path="Debug/jaulib/java_fat/jaulib-fat.jar" sourcepath="Debug/jaulib/java_fat/jaulib-java-src.zip"/> <classpathentry kind="lib" path="Debug/jaulib/test/java/jaulib-test.jar"/> - <classpathentry kind="var" path="JUNIT_SRC_HOME" sourcepath="/JUNIT_SRC_HOME"/> + <classpathentry kind="var" path="JUNIT_HOME" sourcepath="/JUNIT_SRC_HOME"/> <classpathentry kind="output" path="bin"/> </classpath> |