From 95889d5ce3a5b1cf029685cf732dfdb4eae59a2d Mon Sep 17 00:00:00 2001 From: fotis Date: Sun, 18 Jun 2000 22:18:37 +0000 Subject: [PATCH] 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 --- build.xml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) 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 + + -- 2.39.5