summaryrefslogtreecommitdiff
path: root/external/jfreereport/patches/flow-engine.patch
blob: 63f0dbda0e9fda613a2f7169519b2b4b845fdbc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- misc/flow-engine-0.9.4/build.xml	(Revision 6728)
+++ misc/build/flow-engine-0.9.4/build.xml	(Arbeitskopie)
@@ -24,9 +24,13 @@
 
   <!-- Setup the compile classpath -->
   <path id="classpath">
-    <fileset dir="lib">
-      <include name="*.jar" />
-    </fileset>
+    <pathelement path="${commons-logging.jar}"/>
+    <pathelement path="${libbase.jar}"/>
+    <pathelement path="${libformula.jar}"/>
+    <pathelement path="${liblayout.jar}"/>
+    <pathelement path="${libloader.jar}"/>
+    <pathelement path="${libserializer.jar}"/>
+    <pathelement path="${libxml.jar}"/>
   </path>
 
    <!-- Kill all the created directories -->