Fix broken build: apidocs had been commented out for some strange reason Signed-off-by: Chiradeep Vittal <[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/d784e7b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d784e7b5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d784e7b5 Branch: refs/heads/qemu-img Commit: d784e7b5febead5a7cd9121b180503afc8c1a747 Parents: 4b161e5 Author: Chiradeep Vittal <[email protected]> Authored: Fri Feb 22 10:13:30 2013 -0800 Committer: Chiradeep Vittal <[email protected]> Committed: Fri Feb 22 10:13:30 2013 -0800 ---------------------------------------------------------------------- tools/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d784e7b5/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 2e31955..09961bb 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -35,7 +35,7 @@ <defaultGoal>install</defaultGoal> </build> <modules> - <!--<module>apidoc</module--> + <module>apidoc</module> <module>marvin</module> <module>cli</module> <module>devcloud</module>
