Author: orudyy
Date: Fri Jun 27 14:45:48 2014
New Revision: 1606110
URL: http://svn.apache.org/r1606110
Log:
QPID-5853: Fix quote character location in broker command for Windows
Modified:
qpid/trunk/qpid/java/pom.xml
Modified: qpid/trunk/qpid/java/pom.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/pom.xml?rev=1606110&r1=1606109&r2=1606110&view=diff
==============================================================================
--- qpid/trunk/qpid/java/pom.xml (original)
+++ qpid/trunk/qpid/java/pom.xml Fri Jun 27 14:45:48 2014
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]