From 83bb1fc2f8f217d63c06ee909aa90da286fedbd5 Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Tue, 19 Feb 2013 09:35:28 +0000 Subject: QPID-4390: Introduce a configuration store in java broker allowing runtime modifications and replace existing xml file configuration with json configuration store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447646 13f79535-47bb-0310-9956-ffa450edef68 --- java/module.xml | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) (limited to 'java/module.xml') diff --git a/java/module.xml b/java/module.xml index 00c6d73959..9146403d04 100644 --- a/java/module.xml +++ b/java/module.xml @@ -48,15 +48,17 @@ - + + + + - @@ -86,6 +88,8 @@ + + @@ -197,7 +201,6 @@ - @@ -206,7 +209,6 @@ - @@ -331,6 +333,13 @@ + + + + + + + + @@ -404,11 +414,8 @@ - - - @@ -498,13 +505,13 @@ - + - + @@ -522,6 +529,13 @@ + + + + + + + @@ -536,7 +550,7 @@ - + -- cgit v1.2.1