Updated Branches:
  refs/heads/master fda31ab4b -> 086b2e15a

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 <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/086b2e15
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/086b2e15
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/086b2e15

Branch: refs/heads/master
Commit: 086b2e15af932a5244c55350c5f524851de39c45
Parents: fda31ab
Author: Rohit Yadav <[email protected]>
Authored: Thu Nov 8 16:31:30 2012 +0530
Committer: Rohit Yadav <[email protected]>
Committed: Thu Nov 8 16:33:04 2012 +0530

----------------------------------------------------------------------
 tools/apidoc/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/086b2e15/tools/apidoc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index d36b8eb..b75ee82 100644
--- a/tools/apidoc/pom.xml
+++ b/tools/apidoc/pom.xml
@@ -57,7 +57,7 @@
                                 <argument>${client.config.jars}</argument>
                                 <argument>./target</argument>
                                 <argument>-f</argument>
-                                
<argument>${client.config.conf}/commands.properties, 
${client.config.conf}/commands-ext.properties,${client.config.conf}/virtualrouter_commands.properties,
 ${client.config.conf}/nicira-nvp_commands.properties </argument>
+                                
<argument>${client.config.conf}/commands.properties,${client.config.conf}/commands-ext.properties,${client.config.conf}/virtualrouter_commands.properties,${client.config.conf}/nicira-nvp_commands.properties
 </argument>
                             </arguments>
                         </configuration>
                     </execution>

Reply via email to