From 7fb7700cfc9e2497f77c03d67e956ff8ff6470df Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 18 May 2015 07:44:04 +0000 Subject: [PATCH] * use Apache Ivy for dependency management (as for as possible, same jars are not on Maven Central) --- .classpath | 1 + build.xml | 90 ++++++++++++++++++++++++++---------------------------- 2 files changed, 45 insertions(+), 46 deletions(-) diff --git a/.classpath b/.classpath index 39a7d433..0b5eb054 100644 --- a/.classpath +++ b/.classpath @@ -26,5 +26,6 @@ + diff --git a/build.xml b/build.xml index 68386672..916670ee 100644 --- a/build.xml +++ b/build.xml @@ -38,7 +38,7 @@ - + @@ -73,53 +73,53 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -127,29 +127,29 @@ - + - + - + - + - + - + @@ -159,56 +159,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -218,7 +218,7 @@ - + @@ -266,7 +266,7 @@ - + @@ -449,7 +449,7 @@ - + @@ -481,7 +481,7 @@ - + @@ -541,10 +541,7 @@ - - - - + @@ -714,8 +711,7 @@ - - + @@ -724,11 +720,13 @@ - + - + + + @@ -737,7 +735,7 @@ - + print 'svn update'.execute().text.split(/\D+/).last().toInteger()