fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / jfreereport / patches / flow-engine.patch
blob63f0dbda0e9fda613a2f7169519b2b4b845fdbc9
1 --- misc/flow-engine-0.9.4/build.xml (Revision 6728)
2 +++ misc/build/flow-engine-0.9.4/build.xml (Arbeitskopie)
3 @@ -24,9 +24,13 @@
5 <!-- Setup the compile classpath -->
6 <path id="classpath">
7 - <fileset dir="lib">
8 - <include name="*.jar" />
9 - </fileset>
10 + <pathelement path="${commons-logging.jar}"/>
11 + <pathelement path="${libbase.jar}"/>
12 + <pathelement path="${libformula.jar}"/>
13 + <pathelement path="${liblayout.jar}"/>
14 + <pathelement path="${libloader.jar}"/>
15 + <pathelement path="${libserializer.jar}"/>
16 + <pathelement path="${libxml.jar}"/>
17 </path>
19 <!-- Kill all the created directories -->