You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2013/02/22 19:13:50 UTC

git commit: refs/heads/master - Fix broken build: apidocs had been commented out for some strange reason

Updated Branches:
  refs/heads/master 4b161e541 -> d784e7b5f


Fix broken build: apidocs had been commented out for some strange reason

Signed-off-by: Chiradeep Vittal <ch...@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/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/master
Commit: d784e7b5febead5a7cd9121b180503afc8c1a747
Parents: 4b161e5
Author: Chiradeep Vittal <ch...@apache.org>
Authored: Fri Feb 22 10:13:30 2013 -0800
Committer: Chiradeep Vittal <ch...@apache.org>
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>