You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/07/31 12:07:06 UTC

git commit: updated refs/heads/master to 5ddd0cf

Repository: cloudstack
Updated Branches:
  refs/heads/master 44709111a -> 5ddd0cff3


Fix dependency issue in apidoc, depends on server as that is where ApiXmlDocWriter lives


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5ddd0cff
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5ddd0cff
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5ddd0cff

Branch: refs/heads/master
Commit: 5ddd0cff32c6ea417f31daa82f88b02f0a440c36
Parents: 4470911
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Thu Jul 31 12:05:25 2014 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Thu Jul 31 12:06:54 2014 +0200

----------------------------------------------------------------------
 tools/apidoc/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5ddd0cff/tools/apidoc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index e714242..70efc9a 100644
--- a/tools/apidoc/pom.xml
+++ b/tools/apidoc/pom.xml
@@ -26,6 +26,14 @@
         <client.config.conf>${client.config.base}/classes</client.config.conf>
     </properties>
 
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.cloudstack</groupId>
+        <artifactId>cloud-server</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+    </dependencies>
+
     <build>
         <defaultGoal>install</defaultGoal>
         <plugins>