From d5ade7c5a5fd6e26ec678c3ca717702bfc47b693 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 28 Jun 2012 19:44:05 +0000 Subject: QPID-4093: work around ancient versions of Ant lacking 'erroronmissingdir' in the metainf element of the jar task by using copying to compose the files for addition to META-INF. Also prevents general files in the modules resources dir that arent intended for inclusion in META-INF from being included there. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1355130 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/module.xml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'qpid/java/module.xml') diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 87df541275..675d7ab21b 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -52,10 +52,11 @@ - + + @@ -83,6 +84,7 @@ + @@ -443,21 +445,31 @@ - + + - - + - - + - - + + + + + + + + + + + + + -- cgit v1.2.1