mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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!
This commit is contained in:
parent
eab3e4783e
commit
a1d53f288b
@ -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" />
|
||||
|
||||
2
debian/cloud-agent-deps.install
vendored
2
debian/cloud-agent-deps.install
vendored
@ -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
|
||||
|
||||
2
deps/.classpath
vendored
2
deps/.classpath
vendored
@ -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"/>
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user