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 2013/01/23 08:15:57 UTC

[41/45] git commit: maven: create dependency, deploydb on developer first and then on devcloud

maven: create dependency, deploydb on developer first and then on devcloud

Signed-off-by: Rohit Yadav <bh...@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/afb27700
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/afb27700
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/afb27700

Branch: refs/heads/cloud-agent-with-openvswitch
Commit: afb27700120fed84cd5fd8cb81c5adf503ebe888
Parents: a736f6b
Author: Rohit Yadav <bh...@apache.org>
Authored: Tue Jan 22 16:30:35 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Tue Jan 22 16:30:35 2013 -0800

----------------------------------------------------------------------
 tools/devcloud-kvm/pom.xml |    8 ++++++++
 tools/devcloud/pom.xml     |    8 ++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afb27700/tools/devcloud-kvm/pom.xml
----------------------------------------------------------------------
diff --git a/tools/devcloud-kvm/pom.xml b/tools/devcloud-kvm/pom.xml
index 0f8168a..f29e837 100644
--- a/tools/devcloud-kvm/pom.xml
+++ b/tools/devcloud-kvm/pom.xml
@@ -27,6 +27,14 @@
       <version>5.1.21</version>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.cloudstack</groupId>
+      <artifactId>cloud-developer</artifactId>
+      <version>${project.version}</version>
+      <type>pom</type>
+      <optional>true</optional>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afb27700/tools/devcloud/pom.xml
----------------------------------------------------------------------
diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml
index fc6456a..8345e64 100644
--- a/tools/devcloud/pom.xml
+++ b/tools/devcloud/pom.xml
@@ -27,6 +27,14 @@
       <version>5.1.21</version>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.cloudstack</groupId>
+      <artifactId>cloud-developer</artifactId>
+      <version>${project.version}</version>
+      <type>pom</type>
+      <optional>true</optional>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 
   <build>