diff options
Diffstat (limited to 'jfreereport/patches/liblayout.patch')
-rw-r--r-- | jfreereport/patches/liblayout.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jfreereport/patches/liblayout.patch b/jfreereport/patches/liblayout.patch index 4b1c23100987..6da279361f07 100644 --- a/jfreereport/patches/liblayout.patch +++ b/jfreereport/patches/liblayout.patch @@ -1,9 +1,10 @@ --- misc/liblayout-0.2.10/build.xml (Revision 6728) +++ misc/build/liblayout-0.2.10/build.xml (Arbeitskopie) -@@ -24,6 +24,6 @@ +@@ -24,6 +24,7 @@ <!-- Setup the compile classpath --> <path id="classpath"> - <fileset dir="lib"> ++ <pathelement path="${commons-logging.jar}"/> + <fileset dir="${lib}"> <include name="*.jar" /> </fileset> |