Description: setting the classpath in the build.xml file for the Debian build
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2025-01-26

--- a/build.xml
+++ b/build.xml
@@ -42,7 +42,9 @@
 
   <!-- Classpath for compiling -->
   <path id="classpath">
-   <fileset dir="${lib}"/>
+   <fileset file="/usr/share/java/commons-collections3.jar"/>
+   <fileset file="/usr/share/java/commons-logging.jar"/>
+   <fileset file="/usr/share/java/jgroups.jar"/>
   </path>
 
   <!-- Classpath for running -->
@@ -147,4 +149,4 @@
   </javadoc>
  </target>
 
-</project>
\ No newline at end of file
+</project>
