From 63070d253a571b1ce6039d4a9307ee80722d55d5 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 30 Apr 2013 06:59:52 -0700 Subject: Moved ivy targets to seperate file and used ivy for pom generation --- ant/build-common.xml | 38 ++++++++--------------------------- ant/ivy-common.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 30 deletions(-) create mode 100644 ant/ivy-common.xml diff --git a/ant/build-common.xml b/ant/build-common.xml index cb8ac05..23aba6b 100644 --- a/ant/build-common.xml +++ b/ant/build-common.xml @@ -1,7 +1,7 @@ - + @@ -13,9 +13,6 @@ - - - @@ -25,22 +22,16 @@ - - - - - - - - - - + + + + - + - + - - - - - - - - - - - - + diff --git a/ant/ivy-common.xml b/ant/ivy-common.xml new file mode 100644 index 0000000..8637e3d --- /dev/null +++ b/ant/ivy-common.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3