summaryrefslogtreecommitdiff
path: root/jfreereport/patches/libloader.patch
blob: 67b538f35f4867eeca1166951bc6131e2bf38799 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- misc/libloader/build.xml	2009-02-12 18:01:56.000000000 +0100
+++ misc/build/libloader/build.xml	2009-02-13 09:57:21.856601684 +0100
@@ -23,7 +23,7 @@
 
   <!-- Setup the compile classpath -->
   <path id="classpath">
-    <fileset dir="lib">
+    <fileset dir="${lib}">
       <include name="*.jar" />
     </fileset>
   </path>