From 4a07038bbe616d05fbb3dfad79ec72a3169de589 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 14 May 2008 19:13:54 +0000 Subject: From: Dr Scofield the attached patch set adds the (still work-in-progress but already working) RestPlugin base class and the RestRegionPlugin code. we are using XML serialization. currently working: GET /admin/regions/ -> returns UUID list of known regions GET /admin/regions/ -> returns detailed region information we'll be adding support for POST/DELETE/PUT and also for /admin/regions//name etc. --- prebuild.xml | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 544f626..530b3fb 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1075,6 +1075,115 @@ + + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + + + + + + + ../../../../bin/ + + + + + ../../../../bin/ + + + + ../../../../bin/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1