From d62f0bc35d966ca4099e43026b90ab24cd768e4b Mon Sep 17 00:00:00 2001 From: Oren Hurvitz Date: Sun, 2 Mar 2014 14:43:43 +0200 Subject: Refactored: moved OpenProfileClient to a location where it can be used by both the Simulators and Robust --- prebuild.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 09c429a..577251b 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -133,6 +133,8 @@ + + -- cgit v1.1 From bc06db3df45d8dd61338c5b1426fd0161731f7cd Mon Sep 17 00:00:00 2001 From: Oren Hurvitz Date: Thu, 24 Apr 2014 14:21:05 +0300 Subject: - Created a standard function to send XML-RPC requests, which logs them like we do for other types of HTTP activity. - Changed OpenProfileClient to use the new XML-RPC sending function - Improved logging in WebUtil --- prebuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 577251b..9a419eb 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -93,6 +93,7 @@ + @@ -134,7 +135,6 @@ - -- cgit v1.1