From f12a942107a79783c574eb2d77aabab0c8b9bdbf Mon Sep 17 00:00:00 2001 From: hansonr Date: Sun, 12 Aug 2018 07:21:37 -0500 Subject: [PATCH] JAL-3026 refines, generalizes build-site.xml --- build-site.xml | 104 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 47 deletions(-) diff --git a/build-site.xml b/build-site.xml index fa4a5c4..5558f8e 100644 --- a/build-site.xml +++ b/build-site.xml @@ -1,71 +1,81 @@ + + + - - - - - - - + + - - - - - + + + + + + + + - - - + + + + + + + + + - Unzipping ${swingjs.zip} into ${site} - - - - - Copying ${resourceDir} files into ${j2sDir} - - - - - + - - + + + + + + + + - Unzipping ${varna.zip} into ${site} - + - - Unzipping ${mig.zip} into ${site} - + we do this separately, as we want it done last - - Unzipping ${log4j.zip} into ${site} - - log4j --> - - + - Unzipping ${json.zip} into ${site} - + - + Copying ${resource.dir} files into ${j2s.dir} + + + + + + + + -- 1.7.10.2