Updated Branches: refs/heads/master 106730ccd -> eb40d2337
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 <[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/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/master Commit: eb40d2337e0ae10876a27dfbc22575be8e9d593d Parents: 106730c Author: Prasanna Santhanam <[email protected]> Authored: Fri Jan 11 17:03:24 2013 +0530 Committer: Prasanna Santhanam <[email protected]> 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>
