summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/systests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/bdbstore/systests/pom.xml')
-rw-r--r--qpid/java/bdbstore/systests/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/bdbstore/systests/pom.xml b/qpid/java/bdbstore/systests/pom.xml
index 5660b47085..9c4aaa1e21 100644
--- a/qpid/java/bdbstore/systests/pom.xml
+++ b/qpid/java/bdbstore/systests/pom.xml
@@ -27,10 +27,10 @@
<artifactId>qpid-bdbstore-systests</artifactId>
<properties>
- <broker.home.dir>target/qpid-broker/${project.version}</broker.home.dir>
+ <broker.home.dir>target${file.separator}qpid-broker${file.separator}${project.version}</broker.home.dir>
<!-- test properties -->
- <qpid.home>${basedir}/${broker.home.dir}</qpid.home>
- <qpid.home.qbtc.output>${qpid.home}/qbtc-output</qpid.home.qbtc.output>
+ <qpid.home>${basedir}${file.separator}${broker.home.dir}</qpid.home>
+ <qpid.home.qbtc.output>${qpid.home}${file.separator}qbtc-output</qpid.home.qbtc.output>
</properties>
<dependencies>