You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mu...@apache.org on 2012/12/06 09:09:11 UTC

[43/100] [abbrv] git commit: apidocs: remove whitespace while passing commands.in for apidocs

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 <bh...@apache.org>


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/events-framework
Commit: 086b2e15af932a5244c55350c5f524851de39c45
Parents: fda31ab
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Nov 8 16:31:30 2012 +0530
Committer: Rohit Yadav <bh...@apache.org>
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>