From 086b2e15af932a5244c55350c5f524851de39c45 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Thu, 8 Nov 2012 16:31:30 +0530 Subject: [PATCH] apidocs: remove whitespace while passing commands.in for apidocs Due to whitespaces, apidocs was not able to process and generate commands.xml with APIs listed in ext and virtualrouter .in files. This in turn affects marvin code generation of cloudstackAPI and cloudmonkey. Signed-off-by: Rohit Yadav --- tools/apidoc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml index d36b8ebeb6b..b75ee826372 100644 --- a/tools/apidoc/pom.xml +++ b/tools/apidoc/pom.xml @@ -57,7 +57,7 @@ ${client.config.jars} ./target -f - ${client.config.conf}/commands.properties, ${client.config.conf}/commands-ext.properties,${client.config.conf}/virtualrouter_commands.properties, ${client.config.conf}/nicira-nvp_commands.properties + ${client.config.conf}/commands.properties,${client.config.conf}/commands-ext.properties,${client.config.conf}/virtualrouter_commands.properties,${client.config.conf}/nicira-nvp_commands.properties