You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/07 01:31:50 UTC

[12/14] git commit: maven: Add libvirt repository from libvirt.org website

maven: Add libvirt repository from libvirt.org website

And remove the libvirt-java bindings since we fetch it from an external repository

Signed-off-by: Wido den Hollander <wi...@widodh.nl>


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

Branch: refs/heads/javelin
Commit: 881a4be1264a7f7659f8356a494d45789e19dd01
Parents: 5d208a5
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Wed Sep 5 17:46:51 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Thu Sep 6 16:51:32 2012 +0200

----------------------------------------------------------------------
 deps/install-non-oss.sh         |    1 -
 plugins/hypervisors/kvm/pom.xml |    6 ++++++
 2 files changed, 6 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/881a4be1/deps/install-non-oss.sh
----------------------------------------------------------------------
diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh
index 8f4a63d..85512bd 100755
--- a/deps/install-non-oss.sh
+++ b/deps/install-non-oss.sh
@@ -4,7 +4,6 @@ mvn install:install-file -Dfile=cloud-iControl.jar      -DgroupId=com.cloud.com.
 mvn install:install-file -Dfile=cloud-netscaler.jar     -DgroupId=com.cloud.com.citrix -DartifactId=netscaler       -Dversion=1.0   -Dpackaging=jar
 mvn install:install-file -Dfile=cloud-netscaler-sdx.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler-sdx   -Dversion=1.0   -Dpackaging=jar
 mvn install:install-file -Dfile=cloud-manageontap.jar   -DgroupId=com.cloud.com.netapp -DartifactId=manageontap     -Dversion=1.0   -Dpackaging=jar
-mvn install:install-file -Dfile=libvirt-0.4.8.jar       -DgroupId=org.libvirt          -DartifactId=libvirt         -Dversion=0.4.8 -Dpackaging=jar
 mvn install:install-file -Dfile=vmware-vim.jar          -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim      -Dversion=1.0   -Dpackaging=jar
 mvn install:install-file -Dfile=vmware-vim25.jar        -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25    -Dversion=1.0   -Dpackaging=jar
 mvn install:install-file -Dfile=vmware-apputils.jar     -DgroupId=com.cloud.com.vmware -DartifactId=vmware-apputils -Dversion=1.0   -Dpackaging=jar

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/881a4be1/plugins/hypervisors/kvm/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml
index 8cdaa86..2d1a001 100644
--- a/plugins/hypervisors/kvm/pom.xml
+++ b/plugins/hypervisors/kvm/pom.xml
@@ -27,6 +27,12 @@
     <version>4.0.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
+  <repositories>
+    <repository>
+      <id>libvirt-org</id>
+      <url>http://libvirt.org/maven2</url>
+    </repository>
+  </repositories>
   <dependencies>
     <dependency>
       <groupId>org.apache.cloudstack</groupId>