From ae53f2520774959f37bbd7f371b3c1f54b9f370f Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 27 Jan 2012 17:56:33 +0200 Subject: [PATCH] Fixed compilation classpath for tests and renamed classpath variables to be consistent --- build/build.xml | 24 ++++++++++++------------ build/ivy/ivy.xml | 16 ++++++++-------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/build/build.xml b/build/build.xml index 5e9d203ab9..9abb8f746e 100644 --- a/build/build.xml +++ b/build/build.xml @@ -25,10 +25,10 @@ - - - - + + + + @@ -404,7 +404,7 @@ Compiling src (server-side) - + @@ -413,7 +413,7 @@ Compiling src (Server and client side JUnit tests) - + @@ -421,7 +421,7 @@ Compiling src (TestBench tests) - + @@ -486,7 +486,7 @@ - + @@ -510,14 +510,14 @@ - + - + @@ -652,7 +652,7 @@ - + ${javadoc.doctitle} @@ -927,7 +927,7 @@ - + diff --git a/build/ivy/ivy.xml b/build/ivy/ivy.xml index 4fcb44887b..ffcf7b19c8 100644 --- a/build/ivy/ivy.xml +++ b/build/ivy/ivy.xml @@ -6,7 +6,7 @@ - + @@ -26,21 +26,21 @@ - - - + + + - - + + - - + + \ No newline at end of file -- 2.39.5