removing vmware from default build-all
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9d31c9d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9d31c9d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9d31c9d5 Branch: refs/heads/deps-ctrl Commit: 9d31c9d51cca684be0e91707691051efd09157dc Parents: b1566c0 Author: David Nalley <[email protected]> Authored: Tue Jul 31 16:08:10 2012 -0400 Committer: David Nalley <[email protected]> Committed: Tue Jul 31 16:08:10 2012 -0400 ---------------------------------------------------------------------- build/build-cloud-plugins.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9d31c9d5/build/build-cloud-plugins.xml ---------------------------------------------------------------------- diff --git a/build/build-cloud-plugins.xml b/build/build-cloud-plugins.xml index f48bcdd..fbb2bcc 100755 --- a/build/build-cloud-plugins.xml +++ b/build/build-cloud-plugins.xml @@ -198,8 +198,8 @@ <!-- ===================== Hypervisors ========================= --> - <target name="compile-hypervisors" depends="compile-ovm, compile-xen, compile-vmware" description="Compile all hypervisors"/> - <target name="build-hypervisors" depends="build-ovm, build-xen, build-vmware" description="Builds all hypervisors"/> + <target name="compile-hypervisors" depends="compile-ovm, compile-xen" description="Compile all hypervisors"/> + <target name="build-hypervisors" depends="build-ovm, build-xen" description="Builds all hypervisors"/> <target name="compile-ovm" depends="-init, compile-server" description="Compile OVM"> <ant antfile="${base.dir}/plugins/hypervisors/ovm/build.xml" target="build"/>
