2023-09-26 17:31:16 +08:00
|
|
|
---
|
|
|
|
|
build.xml | 4 ++--
|
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/build.xml b/build.xml
|
|
|
|
|
index 7ac3bae..3fe9f5a 100644
|
|
|
|
|
--- a/build.xml
|
|
|
|
|
+++ b/build.xml
|
|
|
|
|
@@ -213,8 +213,8 @@
|
2020-08-04 15:31:53 +08:00
|
|
|
<javac srcdir="${src.test.dir}" destdir="${build.test.dir}/classes" includeantruntime="false" classpathref="classpath.test">
|
|
|
|
|
<classpath>
|
|
|
|
|
<pathelement location="${build.classes.dir}"/>
|
|
|
|
|
- <pathelement location="lib/junit_4/junit-4.11.jar"/>
|
|
|
|
|
- <pathelement location="lib/junit_4/hamcrest-core-1.3.jar"/>
|
2023-09-26 17:31:16 +08:00
|
|
|
+ <pathelement location="lib/junit.jar"/>
|
|
|
|
|
+ <pathelement location="${complete.jar}"/>
|
2020-08-04 15:31:53 +08:00
|
|
|
</classpath>
|
|
|
|
|
</javac>
|
|
|
|
|
</target>
|
2023-09-26 17:31:16 +08:00
|
|
|
--
|
|
|
|
|
2.33.0
|
|
|
|
|
|