aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-02 01:11:40 +0100
committerSven Gothel <[email protected]>2023-01-02 01:11:40 +0100
commitd6ec7e8360074223b448c5680ccef13e6a100a31 (patch)
tree22d172eda27c805efe11554b5dbddc4fd5b9625a
parent817760455eeb6ce565ab545b5ad5af911b1bd62d (diff)
Eclipse: Fix classpath JUNIT_HOME
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 6c21873..9ac17e2 100644
--- a/.classpath
+++ b/.classpath
@@ -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>