apidoc: Fix apidoc 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/c5984278 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c5984278 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c5984278 Branch: refs/heads/cloud-agent-with-openvswitch Commit: c5984278ca95b24e8f0ff9d8bfd8bbde14a42643 Parents: bca2c92 Author: Rohit Yadav <[email protected]> Authored: Mon Jan 14 19:00:20 2013 -0800 Committer: Rohit Yadav <[email protected]> Committed: Mon Jan 14 19:01:26 2013 -0800 ---------------------------------------------------------------------- tools/apidoc/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c5984278/tools/apidoc/pom.xml ---------------------------------------------------------------------- diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml index bc7411f..6b159ff 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</argument> </arguments> </configuration> </execution>
