You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2012/09/11 04:42:47 UTC

git commit: don't compile xenapi

Updated Branches:
  refs/heads/master 52d884900 -> 98ab449bd


don't compile xenapi


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

Branch: refs/heads/master
Commit: 98ab449bd0ea829cd36b8c6023b137a51a6ad4db
Parents: 52d8849
Author: Edison.Su <ed...@citrix.com>
Authored: Mon Sep 10 22:35:06 2012 -0400
Committer: Edison.Su <ed...@citrix.com>
Committed: Mon Sep 10 22:35:06 2012 -0400

----------------------------------------------------------------------
 build/build-cloud.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/98ab449b/build/build-cloud.xml
----------------------------------------------------------------------
diff --git a/build/build-cloud.xml b/build/build-cloud.xml
index b101dd2..e68d97a 100755
--- a/build/build-cloud.xml
+++ b/build/build-cloud.xml
@@ -230,7 +230,7 @@
     <path refid="deps.classpath" />
     <path refid="dist.classpath" />
   </path>
-  <target name="compile-server" depends="-init, compile-utils, compile-xenapi, compile-core, compile-agent" description="Compile the management server.">
+  <target name="compile-server" depends="-init, compile-utils, compile-core, compile-agent" description="Compile the management server.">
     <compile-java jar.name="${server.jar}" top.dir="${server.dir}" classpath="server.classpath" />
   </target>