From 092efbd8d058f608ae059151ff68391e1b3c0141 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/qpid@1355130 13f79535-47bb-0310-9956-ffa450edef68 --- java/module.xml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'java/module.xml') diff --git a/java/module.xml b/java/module.xml index 87df541275..675d7ab21b 100644 --- a/java/module.xml +++ b/java/module.xml @@ -52,10 +52,11 @@ - + + @@ -83,6 +84,7 @@ + @@ -443,21 +445,31 @@ - + + - - + - - + - - + + + + + + + + + + + + + -- cgit v1.2.1