diff options
Diffstat (limited to 'qpid/java/systests/pom.xml')
| -rw-r--r-- | qpid/java/systests/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/systests/pom.xml b/qpid/java/systests/pom.xml index 62f1a89480..a732c9a00c 100644 --- a/qpid/java/systests/pom.xml +++ b/qpid/java/systests/pom.xml @@ -26,10 +26,10 @@ <artifactId>qpid-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> |
