From 4ffe8b84071babe544086f94c66431380d301d59 Mon Sep 17 00:00:00 2001 From: jestin Date: Sat, 12 May 2012 14:26:08 +0000 Subject: - minor code cleanup - adds a separate file (Protocol.java) containing the Enum values in a proper pattern - resolved a synchronization bug on Ivy.stop() --- build.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 0ec7c84..68558fe 100644 --- a/build.xml +++ b/build.xml @@ -4,8 +4,10 @@ + + @@ -24,13 +26,18 @@ - + + + + + + @@ -43,6 +50,10 @@ + + + + @@ -65,6 +76,7 @@ + -- cgit v1.1