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

git commit: removed xen support as xenserverjava isn't licensed appropriately, yet

Updated Branches:
  refs/heads/deps-ctrl 20e5fde29 -> 881d187b2


removed xen support as xenserverjava isn't licensed appropriately, yet


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

Branch: refs/heads/deps-ctrl
Commit: 881d187b2a4124aecb2ed839160b929d0c61626b
Parents: 20e5fde
Author: David Nalley <da...@gnsa.us>
Authored: Tue Jul 31 17:38:04 2012 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Tue Jul 31 17:38:04 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/881d187b/build/build-cloud-plugins.xml
----------------------------------------------------------------------
diff --git a/build/build-cloud-plugins.xml b/build/build-cloud-plugins.xml
index a639d6a..022a04f 100755
--- a/build/build-cloud-plugins.xml
+++ b/build/build-cloud-plugins.xml
@@ -198,8 +198,8 @@
 
   <!-- ===================== Hypervisors ========================= -->
 
-  <target name="compile-hypervisors" depends="compile-kvm, compile-ovm, compile-xen" description="Compile all hypervisors"/>
-  <target name="build-hypervisors" depends="build-kvm, build-ovm, build-xen" description="Builds all hypervisors"/>
+  <target name="compile-hypervisors" depends="compile-ovm" description="Compile all hypervisors"/>
+  <target name="build-hypervisors" depends="build-ovm" description="Builds all hypervisors"/>
 
   <target name="compile-kvm" depends="-init, compile-core, compile-agent" description="Compile KVM">
   	<ant antfile="${base.dir}/plugins/hypervisors/kvm/build.xml" target="build"/>