You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mu...@apache.org on 2012/08/13 14:47:48 UTC

git commit: fix to stop building plug-ins from the build-opensource target.

Updated Branches:
  refs/heads/master 4161cea5d -> 1eec6fa26


fix to stop building plug-ins from the build-opensource target.

All plug-ins get built-by target build-plugin. Only build-all depeneds on build-plugins target.


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

Branch: refs/heads/master
Commit: 1eec6fa262203a81fa392859730b36f1cd6d4e79
Parents: 4161cea
Author: Murali Reddy <Mu...@citrix.com>
Authored: Mon Aug 13 18:20:46 2012 +0530
Committer: Murali Reddy <Mu...@citrix.com>
Committed: Mon Aug 13 18:23:49 2012 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1eec6fa2/build/build-cloud.xml
----------------------------------------------------------------------
diff --git a/build/build-cloud.xml b/build/build-cloud.xml
index 77316b6..2ad3715 100755
--- a/build/build-cloud.xml
+++ b/build/build-cloud.xml
@@ -480,7 +480,7 @@
 
   <target name="build-servers" depends="-init, build-server" />
 
-  <target name="build-opensource" depends="-init, build-server, build-agent, build-scripts, build-ui, build-console-proxy, build-ovm, build-vmware, package-oss-systemvm-iso, build-netscaler, build-f5, build-srx, build-dp-user-dispersing, build-dp-user-concentrated-pod, build-host-allocator-random, build-user-authenticator-ldap">
+  <target name="build-opensource" depends="-init, build-server, build-agent, build-scripts, build-ui, build-console-proxy, package-oss-systemvm-iso">
     <copy overwrite="true" todir="${dist.dir}">
       <fileset dir="${base.dir}/build/deploy/">
         <include name="deploy-agent.sh" />