summaryrefslogtreecommitdiff
path: root/jfreereport/patches/flow-engine.patch
blob: 86f50a3999dfcec6238b9ea21108b346821500dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- misc/flow-engine-0.9.4/build.xml	(Revision 6728)
+++ misc/build/flow-engine-0.9.4/build.xml	(Arbeitskopie)
@@ -24,7 +24,8 @@
 
   <!-- Setup the compile classpath -->
   <path id="classpath">
-    <fileset dir="lib">
+    <pathelement path="${commons-logging.jar}"/>
+    <fileset dir="${lib}">
       <include name="*.jar" />
     </fileset>
   </path>