You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/07/24 23:20:35 UTC

[2/50] [abbrv] git commit: libvirt: Replace the libvirt bindings with upstream 0.4.8

libvirt: Replace the libvirt bindings with upstream 0.4.8

Although these bindings have to be removed for the first Apache release
we place the upstream JAR here.

The 0.4.5 bindings were homebrew and contained own code which wasn't sent upstream.

These changes were sent upstream and got into 0.4.8.

For now we keep  the 0.4.8 bindings in the repo until we have a new build system in place
which handles this.

This is still however a release blocker since we can't distribute these bindings from the Apache servers!


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

Branch: refs/heads/rbd
Commit: a1d53f288b56d2852b698b9ee49488fed6b5d231
Parents: eab3e47
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Tue Jul 24 20:11:18 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Tue Jul 24 20:11:18 2012 +0200

----------------------------------------------------------------------
 build/package.xml               |    2 +-
 debian/cloud-agent-deps.install |    2 +-
 deps/.classpath                 |    2 +-
 deps/cloud-libvirt-0.4.5.jar    |  Bin 68899 -> 0 bytes
 deps/libvirt-0.4.8.jar          |  Bin 0 -> 70122 bytes
 5 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a1d53f28/build/package.xml
----------------------------------------------------------------------
diff --git a/build/package.xml b/build/package.xml
index d61c698..30dde94 100755
--- a/build/package.xml
+++ b/build/package.xml
@@ -82,7 +82,7 @@
         <include name="cloud-commons-collections-3.2.1.jar" />
         <include name="cloud-commons-codec-1.4.jar" />
         <include name="cloud-commons-pool-1.4.jar" />
-        <include name="cloud-libvirt-0.4.5.jar" />
+        <include name="libvirt-0.4.8.jar" />
         <include name="cloud-jna.jar" />
         <include name="cloud-cglib.jar" />
         <include name="jetty-6.1.26.jar" />

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a1d53f28/debian/cloud-agent-deps.install
----------------------------------------------------------------------
diff --git a/debian/cloud-agent-deps.install b/debian/cloud-agent-deps.install
index 57122ac..13c444e 100644
--- a/debian/cloud-agent-deps.install
+++ b/debian/cloud-agent-deps.install
@@ -1,3 +1,3 @@
 /usr/share/java/cloud-google-gson-1.7.1.jar
-/usr/share/java/cloud-libvirt-0.4.5.jar
+/usr/share/java/libvirt-0.4.8.jar
 /usr/share/java/cloud-log4j-extras.jar

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a1d53f28/deps/.classpath
----------------------------------------------------------------------
diff --git a/deps/.classpath b/deps/.classpath
index b9eb504..0ae3457 100755
--- a/deps/.classpath
+++ b/deps/.classpath
@@ -15,7 +15,7 @@
 	<classpathentry exported="true" kind="lib" path="cloud-jasypt-1.8.jar"/>
 	<classpathentry exported="true" kind="lib" path="cloud-jsch-0.1.42.jar"/>
 	<classpathentry exported="true" kind="lib" path="cloud-jstl-1.2.jar"/>
-	<classpathentry exported="true" kind="lib" path="cloud-libvirt-0.4.5.jar"/>
+	<classpathentry exported="true" kind="lib" path="libvirt-0.4.8.jar"/>
 	<classpathentry exported="true" kind="lib" path="cloud-log4j.jar" sourcepath="/home/dev/thirdparty/apache-log4j-1.2.16/src/main/java"/>
 	<classpathentry exported="true" kind="lib" path="cloud-mysql-connector-java-5.1.7-bin.jar"/>
 	<classpathentry exported="true" kind="lib" path="cloud-servlet-api.jar"/>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a1d53f28/deps/cloud-libvirt-0.4.5.jar
----------------------------------------------------------------------
diff --git a/deps/cloud-libvirt-0.4.5.jar b/deps/cloud-libvirt-0.4.5.jar
deleted file mode 100644
index 9d0a1df..0000000
Binary files a/deps/cloud-libvirt-0.4.5.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a1d53f28/deps/libvirt-0.4.8.jar
----------------------------------------------------------------------
diff --git a/deps/libvirt-0.4.8.jar b/deps/libvirt-0.4.8.jar
new file mode 100644
index 0000000..3a30a1a
Binary files /dev/null and b/deps/libvirt-0.4.8.jar differ