diff options
Diffstat (limited to 'jfreereport/patches')
-rw-r--r-- | jfreereport/patches/flow-engine.patch | 3 | ||||
-rw-r--r-- | jfreereport/patches/liblayout.patch | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/jfreereport/patches/flow-engine.patch b/jfreereport/patches/flow-engine.patch index aef70cb7fef6..ae6864412879 100644 --- a/jfreereport/patches/flow-engine.patch +++ b/jfreereport/patches/flow-engine.patch @@ -1,9 +1,10 @@ --- misc/flow-engine-0.9.4/build.xml (Revision 6728) +++ misc/build/flow-engine-0.9.4/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> 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> |