summaryrefslogtreecommitdiff
path: root/jfreereport/patches/flute.patch
blob: 27cca426319d7067a488013ff04ba2fce603740c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- misc/flute/build.xml	(Revision 6820)
+++ misc/build/flute/build.xml	(Arbeitskopie)
@@ -9,6 +9,7 @@
    <property name="build.doc" value="${build}/api"/>
    <property name="build.lib" value="${build}/lib"/>
    <property name="packagenames" value="org.w3c.flute.*"/>
+   <property name="lib" value="lib"/>
 
    <!-- Targets -->
    <!-- Prepare build directories -->
@@ -21,7 +22,7 @@
 
   <!-- Setup the compile classpath -->
   <path id="classpath">
-    <fileset dir="lib">
+    <fileset dir="${lib}">
       <include name="*.jar" />
     </fileset>
   </path>