From 79b671b90c9c58fb2f2ccd2a28d9ac86f6dbde0d Mon Sep 17 00:00:00 2001 From: Jean-Marie Henaff Date: Thu, 2 Apr 2015 11:25:35 +0200 Subject: Rework ant dependencies in jill build.xml Apply same optimizations than in Jack's build.xml to prevent it from rebuilding everything at each call. Change-Id: I451054bbdcafd31d20c68f748b4d9b465b7c926d --- build.xml | 99 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 62 insertions(+), 37 deletions(-) diff --git a/build.xml b/build.xml index 2ddcf90..66f6b3f 100644 --- a/build.xml +++ b/build.xml @@ -67,8 +67,20 @@ - + + + + + + + + + + + + + @@ -77,9 +89,7 @@ source="1.5" target="1.5" debug="true" includeantruntime="false"> - - - + @@ -136,27 +146,24 @@ - + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + @@ -188,7 +195,7 @@ - @@ -205,8 +212,19 @@ - + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + - @@ -287,9 +312,9 @@ - + - + @@ -309,9 +334,9 @@ - + - + @@ -331,9 +356,9 @@ - + - + -- cgit v1.1