From 2691d130bc04b6d9e211e075be543b9fdf17e970 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 27 Jan 2011 06:05:52 +0000 Subject: [PATCH] CSPACE-3238: Added convenience Ant targets in trunk/services' buildfile to generate dependencies / licensing reports, and to gather these reports with flattened names (e.g. objectexit.client.dependencies.html) into a single directory, for manual viewing or further automated processing. Note: a full generation of dependencies reports took nearly seven hours on a representative workstation. --- services/build.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/services/build.xml b/services/build.xml index ce2dc9673..331e2fadc 100644 --- a/services/build.xml +++ b/services/build.xml @@ -1,4 +1,3 @@ - collectionspace services main @@ -262,6 +261,39 @@ --> + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3