summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-07-24 10:02:09 +0000
committerKeith Wall <kwall@apache.org>2014-07-24 10:02:09 +0000
commit38f6dea5a16eda38a50489d500de234b34916df3 (patch)
tree0fd27d7697e51138032ffa657c1b0da1ee1124b3 /qpid/java/pom.xml
parent9df7c3257a81f6c124089cca3be2ceeee20ae1d2 (diff)
downloadqpid-python-38f6dea5a16eda38a50489d500de234b34916df3.tar.gz
QPID-5918: [Java Broker] Use the interpolation of file.separator to build paths within Broker's initial-config
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-rw-r--r--qpid/java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index 29a6574289..7ce629dc15 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}{json: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}{json:file.separator}${dollar.sign}{this:name}${dollar.sign}{json:file.separator}derby"}</profile.virtualhostnode.context.blueprint>
</properties>
</profile>