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