office-gobmx/jfreereport/patches/libloader.patch
2009-09-23 12:51:59 +00:00

11 lines
333 B
Diff

--- 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>