From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Thu, 11 Mar 2010 21:50:13 +0100
Subject: [PATCH] use ${build.classpath}

---
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Index: apache-ant-1.8.2/build.xml
===================================================================
--- apache-ant-1.8.2.orig/build.xml	2011-05-04 15:31:54.275908042 +0100
+++ apache-ant-1.8.2/build.xml	2011-05-04 15:31:54.325908066 +0100
@@ -119,7 +119,7 @@
        ===================================================================
   -->
   <path id="classpath">
-    <fileset dir="lib/optional" includes="*.jar"/>
+    <pathelement path="${build.classpath}"/>
   </path>
 
   <path id="tests-classpath">
