Updated Branches: refs/heads/deps-ctrl 1fd7c627b -> b2b57a161
Point to libvirt-java 0.4.8 libvirt.org/maven2 doesn't have 0.4.8 online (yet), so I uploaded this JAR to my personal website. For CS 4.0 we need at least libvirt-java 0.4.8. As soon as libvirt.org is hosting 0.4.8 we should point to that location again. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b2b57a16 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b2b57a16 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b2b57a16 Branch: refs/heads/deps-ctrl Commit: b2b57a16100ae0ca2cd749ac40c2133276dcff23 Parents: 1fd7c62 Author: Wido den Hollander <[email protected]> Authored: Thu Aug 2 16:30:12 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Thu Aug 2 16:30:12 2012 +0200 ---------------------------------------------------------------------- build/dldeps.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b2b57a16/build/dldeps.xml ---------------------------------------------------------------------- diff --git a/build/dldeps.xml b/build/dldeps.xml index 4bcecd6..7a407fd 100644 --- a/build/dldeps.xml +++ b/build/dldeps.xml @@ -49,8 +49,9 @@ <target name="resolveOptBuildDeps"> <mkdir dir="deps" /> - <get src="http://www.libvirt.org/maven2/org/libvirt/libvirt/0.4.7/libvirt-0.4.7.jar" - dest="deps/libvirt-0.4.7.jar" usetimestamp="true" /> + <!-- This should actually point to libvirt.org, but they don't have 0.4.8 online at /maven2 --> + <get src="http://zooi.widodh.nl/cloudstack/libvirt-java/libvirt-0.4.8.jar" + dest="deps/libvirt-0.4.8.jar" usetimestamp="true" /> <get src="https://www.f5se.com/repository/com/f5se/utils/iControl/1.0/iControl-1.0.jar" dest="deps/iControl-1.0.jar" usetimestamp="true" /> </target>
