From b4577fdd53b3c1e13411a657a81a6bb6c7fe918b Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 1 Mar 2019 12:51:07 +0000 Subject: [PATCH] JAL-3192 call buildcore.xml:make-all-cores as part of JalviewJS site build --- .ant-targets-build.xml | 4 ++++ build.xml | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.ant-targets-build.xml b/.ant-targets-build.xml index 8dd03da..c965779 100644 --- a/.ant-targets-build.xml +++ b/.ant-targets-build.xml @@ -6,6 +6,8 @@ buildextclients buildindices castorbinding clean +clean-site +compile-site compileApplet distclean eclipse-install @@ -18,6 +20,7 @@ makefulldist obfuscate packageApplet prepare +prepare-site prepareTests preparejnlp prepubapplet_1 @@ -29,5 +32,6 @@ sourcedoc sourcescrub testclean testng +unzip-to-site usage writejnlpf diff --git a/build.xml b/build.xml index 7394235..b1abce9 100755 --- a/build.xml +++ b/build.xml @@ -1016,8 +1016,7 @@ - - + @@ -1120,4 +1119,8 @@ + + + + -- 1.7.10.2