diff options
| author | Keith Wall <kwall@apache.org> | 2014-07-22 10:12:46 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-07-22 10:12:46 +0000 |
| commit | 6738190a2b499f35dd7a7329a2c8d9cd384ab752 (patch) | |
| tree | 84bf305fdb74dcf2bc7898beb823bcbeed43d751 /qpid/java/pom.xml | |
| parent | f02f8a601eb093f7a3588b74554d8143dffdf139 (diff) | |
| download | qpid-python-6738190a2b499f35dd7a7329a2c8d9cd384ab752.tar.gz | |
QPID-5903: Apply json escaping mechanism to virtualhost blueprints used in initial-config.json and test-profiles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
| -rw-r--r-- | qpid/java/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index 3d77e8c8d0..29a6574289 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -635,7 +635,7 @@ <profile.qpid.broker_default_amqp_protocol_excludes>AMQP_1_0,AMQP_0_10</profile.qpid.broker_default_amqp_protocol_excludes> <profile.broker.persistent>true</profile.broker.persistent> <profile.virtualhostnode.type>JSON</profile.virtualhostnode.type> - <profile.virtualhostnode.context.blueprint>{"type":"DERBY","storePath":"${dollar.sign}{QPID_WORK}/${dollar.sign}{this:name}/derby"}</profile.virtualhostnode.context.blueprint> + <profile.virtualhostnode.context.blueprint>{"type":"DERBY","storePath":"${dollar.sign}{json:QPID_WORK}/${dollar.sign}{this:name}/derby"}</profile.virtualhostnode.context.blueprint> </properties> </profile> |
