From 26d9c41615ccd502b75f23a42110af925995beba Mon Sep 17 00:00:00 2001 From: David Roazen Date: Wed, 28 Nov 2012 14:06:58 -0500 Subject: [PATCH] Allow arbitrary resources to be packaged in the GATK jar, selecting among public/private/protected appropriately -Resources must be in a "resources" or "templates" subdirectory within the Java package hierarchy -Remove direct inclusion of private resources from the main jar packaging target added in Jacob's patch: this would break builds where the private directory was absent, and did not respect build settings (include.private, etc.) --- build.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/build.xml b/build.xml index 3a264b476..4db71a9ab 100644 --- a/build.xml +++ b/build.xml @@ -226,10 +226,17 @@ - - - - + + + + + + + + + + + @@ -681,9 +688,6 @@ - - -