diff options
| author | Alex Rudyy <orudyy@apache.org> | 2014-06-27 14:45:48 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2014-06-27 14:45:48 +0000 |
| commit | 4a11d9dec13540f390a0d0b3bece58f6658e6a7f (patch) | |
| tree | f39860275f1f4f06a6cec0bc78746f9bd2520382 /qpid/java | |
| parent | 34cbf344d36836fa0943787ec3d397d4a5cc8682 (diff) | |
| download | qpid-python-4a11d9dec13540f390a0d0b3bece58f6658e6a7f.tar.gz | |
QPID-5853: Fix quote character location in broker command for Windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1606110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -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 47b0e3a63b..ef0f1863aa 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -61,7 +61,7 @@ <profile.broker.stopped>Exception</profile.broker.stopped> <profile.broker.ready>BRK-1004</profile.broker.ready> <profile.broker.command>"${qpid.home}${file.separator}bin${file.separator}qpid"-server -sp ${at.sign}STORE_PATH -st ${at.sign}STORE_TYPE -l ${at.sign}LOG_CONFIG_FILE</profile.broker.command> - <profile.broker.command.windows>"${qpid.home}${file.separator}bin${file.separator}qpid"-server.bat -sp ${at.sign}STORE_PATH -st ${at.sign}STORE_TYPE -l ${at.sign}LOG_CONFIG_FILE</profile.broker.command.windows> + <profile.broker.command.windows>"${qpid.home}${file.separator}bin${file.separator}qpid-server.bat" -sp ${at.sign}STORE_PATH -st ${at.sign}STORE_TYPE -l ${at.sign}LOG_CONFIG_FILE</profile.broker.command.windows> <profile.test.excludes>Excludes JavaExcludes ${profile}.excludes ${profile.specific.excludes}</profile.test.excludes> <profile.specific.excludes>JavaTransientExcludes Java010Excludes</profile.specific.excludes> <profile.broker.version>v0_10</profile.broker.version> |
