apidoc: Fix apidoc building to generate for new plugin as well 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/b59638e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b59638e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b59638e5 Branch: refs/heads/javelin Commit: b59638e5aeea29b4bb92f20ee73f6d722fa0e7fc Parents: a0dbbad Author: Rohit Yadav <[email protected]> Authored: Tue Jan 8 19:59:47 2013 -0800 Committer: Rohit Yadav <[email protected]> Committed: Tue Jan 8 19:59:47 2013 -0800 ---------------------------------------------------------------------- tools/apidoc/gen_toc.py | 3 ++- tools/apidoc/pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b59638e5/tools/apidoc/gen_toc.py ---------------------------------------------------------------------- diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index abff8d1..7739aea 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -128,7 +128,8 @@ known_categories = { 'NiciraNvpDevice': 'Nicira NVP', 'AutoScale': 'AutoScale', 'Counter': 'AutoScale', - 'Condition': 'AutoScale' + 'Condition': 'AutoScale', + 'Api': 'API Discovery', } http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b59638e5/tools/apidoc/pom.xml ---------------------------------------------------------------------- diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml index b75ee82..e0b02bc 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,${client.config.conf}/api-discovery_commands.properties </argument> </arguments> </configuration> </execution>
