jffi/jffi-fix-dependencies-in-build-xml.patch
2023-09-26 18:30:40 +08:00

23 lines
672 B
Diff

---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 82f33e2..7ac3bae 100644
--- a/build.xml
+++ b/build.xml
@@ -166,8 +166,8 @@
<classpath>
<pathelement location="${build.classes.dir}"/>
<pathelement location="${build.test.dir}/classes"/>
- <pathelement location="lib/junit_4/junit-4.11.jar"/>
- <pathelement location="lib/junit_4/hamcrest-core-1.3.jar"/>
+ <pathelement location="lib/junit.jar"/>
+ <pathelement location="lib/hamcrest_core.jar"/>
</classpath>
<sysproperty key="java.library.path" value="${build.native.dir}"/>
--
2.33.0