Author: orudyy
Date: Mon Jun 30 13:43:34 2014
New Revision: 1606736
URL: http://svn.apache.org/r1606736
Log:
QPID-5853: Fix quote character location in broker command
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=1606736&r1=1606735&r2=1606736&view=diff
==============================================================================
--- qpid/trunk/qpid/java/pom.xml (original)
+++ qpid/trunk/qpid/java/pom.xml Mon Jun 30 13:43:34 2014
@@ -60,7 +60,7 @@
<profile.broker.type>internal</profile.broker.type>
<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>"${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.test.excludes>Excludes JavaExcludes ${profile}.excludes
${profile.specific.excludes}</profile.test.excludes>
<profile.specific.excludes>JavaTransientExcludes
Java010Excludes</profile.specific.excludes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]