From 2d33680e013217ef6c9a52387146a6567a533cbe Mon Sep 17 00:00:00 2001 From: Cekis Date: Wed, 11 Sep 2019 14:24:14 -0700 Subject: [PATCH] Added "update_swg" ant target new ant target will update all submodules (with exception to changed log files) and then compile all files (where needed). --- build.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build.xml b/build.xml index cf19225..b22c0c5 100755 --- a/build.xml +++ b/build.xml @@ -525,5 +525,20 @@ + + + + + + + + + + + + + + +