Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / jfreereport / patches / liblayout.patch
blob9e68986a86a54dacd10031d064cd76da28b34a42
1 --- misc/liblayout-0.2.10/build.xml (Revision 6728)
2 +++ misc/build/liblayout-0.2.10/build.xml (Arbeitskopie)
3 @@ -24,9 +24,15 @@
5 <!-- Setup the compile classpath -->
6 <path id="classpath">
7 - <fileset dir="lib">
8 - <include name="*.jar" />
9 - </fileset>
10 + <pathelement path="${flute.jar}"/>
11 + <pathelement path="${libbase.jar}"/>
12 + <pathelement path="${libformula.jar}"/>
13 + <pathelement path="${libfonts.jar}"/>
14 + <pathelement path="${libloader.jar}"/>
15 + <pathelement path="${librepository.jar}"/>
16 + <pathelement path="${libserializer.jar}"/>
17 + <pathelement path="${libxml.jar}"/>
18 + <pathelement path="${sac.jar}"/>
19 </path>
21 <!-- Kill all the created directories -->