From: fotis Date: Sun, 18 Jun 2000 22:18:37 +0000 (+0000) Subject: change: classes depending on jimi and xt are now only compiled if these libraries... X-Git-Tag: pre-columns~472 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=95889d5ce3a5b1cf029685cf732dfdb4eae59a2d;p=xmlgraphics-fop.git change: classes depending on jimi and xt are now only compiled if these libraries are present git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193405 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 50296c2d3..d68719494 100644 --- a/build.xml +++ b/build.xml @@ -153,6 +153,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + @@ -177,6 +178,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + @@ -221,22 +223,32 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + + includes="**/XT*,**/PDFOutputHandler.java"/> + + + + + + + + - + + excludes="**/Makefile*, **/package.html, **/XT*,**/PDFOutputHandler.java,**/${jimi}"/> @@ -295,7 +307,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro debug="${debug}" deprecation="${deprecation}" optimize="${optimize}" - excludes="**/${ignore_this}"/> + excludes="**/${ignore_this},${jimi}"/> @@ -313,6 +325,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + +