From f64b4dbe288d2bd928bfab3ce81adde48410824f Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Thu, 7 Nov 2013 16:15:45 +0000 Subject: [PATCH] Update build.xml file: 1. New targets: core-jar and core-source-jar 2. switch to java 1.7 3. remove aacon-ws-client --- build.xml | 138 +++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 74 insertions(+), 64 deletions(-) diff --git a/build.xml b/build.xml index af10a7e..c975c2a 100644 --- a/build.xml +++ b/build.xml @@ -16,23 +16,21 @@ - + + + - - @@ -122,32 +120,27 @@ - + - + - + - + - + @@ -169,23 +162,23 @@ - + - - + + - + - + @@ -193,8 +186,7 @@ Jar file: Minimal WS client jar - - + @@ -214,6 +206,64 @@ + + + + + + + + + + + + + + + + + + + + Jar file: JABAWS core jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Jar file: JABAWS client source @@ -296,28 +346,6 @@ - - Jar file: AAConWS client jar - - - - - - - - - - - - - - - - - - - - Packing binaries, and configuration files @@ -354,25 +382,6 @@ - - - - - - - - - - - - - - - - - - - Jar file: Full WS client jar @@ -462,7 +471,7 @@ - + @@ -475,6 +484,7 @@ + -- 1.7.10.2