From 4a11d9dec13540f390a0d0b3bece58f6658e6a7f Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Fri, 27 Jun 2014 14:45:48 +0000 Subject: 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 --- qpid/java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java') 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 @@ Exception BRK-1004 "${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 - "${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 + "${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 Excludes JavaExcludes ${profile}.excludes ${profile.specific.excludes} JavaTransientExcludes Java010Excludes v0_10 -- cgit v1.2.1