From b78526845ac74973da52321af096d7ce4318ddaa Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Thu, 13 May 2004 13:45:46 +0000 Subject: [PATCH] Added resources directory to the jar build git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197593 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 4f23e26bc..6bbf68519 100644 --- a/build.xml +++ b/build.xml @@ -151,7 +151,8 @@ list of possible build targets. - + + @@ -175,6 +176,7 @@ list of possible build targets. + @@ -210,6 +212,7 @@ list of possible build targets. + @@ -471,7 +474,7 @@ list of possible build targets. + "Compiles Java sources and copies conf, resources and examples directories."> @@ -483,8 +486,18 @@ list of possible build targets. - - + + + + + + + + + + + + @@ -553,7 +566,7 @@ list of possible build targets. "[${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}]"/> + includes="org/**,conf/**,resources/**"> -- 2.39.5