You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2013/01/14 17:15:58 UTC

[25/50] git commit: apidoc: fixing the api doc failure

apidoc: fixing the api doc failure

remove api-discovery_commands.properties since the plugin returns the
listApis call as a map directly. not needed for api doc generation.

Signed-off-by: Prasanna Santhanam <ts...@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/eb40d233
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/eb40d233
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/eb40d233

Branch: refs/heads/cloud-agent-with-openvswitch
Commit: eb40d2337e0ae10876a27dfbc22575be8e9d593d
Parents: 106730c
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Fri Jan 11 17:03:24 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Fri Jan 11 17:04:30 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/eb40d233/tools/apidoc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index e0b02bc..bc7411f 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,${client.config.conf}/api-discovery_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>