Updated Branches: refs/heads/master b4c63c223 -> aa95add35
Include the console proxy files into the systemvm.zip This was broken by commit 859e3673809e4afef8c562685568a09b1e70e1f0 and caused the system VM's not to function. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/aa95add3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/aa95add3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/aa95add3 Branch: refs/heads/master Commit: aa95add3542321ac469b88b107346e43d1f7911d Parents: b4c63c2 Author: Wido den Hollander <[email protected]> Authored: Tue Jun 19 15:22:20 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Tue Jun 19 15:22:20 2012 +0200 ---------------------------------------------------------------------- build/package.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/aa95add3/build/package.xml ---------------------------------------------------------------------- diff --git a/build/package.xml b/build/package.xml index 7fd7a5d..0c2ca3a 100755 --- a/build/package.xml +++ b/build/package.xml @@ -226,6 +226,7 @@ <include name="${api.jar}" /> <include name="${vmware-base.jar}" /> </zipfileset> + <zipfileset dir="${console-proxy.dist.dir}" filemode="555"/> <zipfileset dir="${scripts.dir}/storage/secondary" prefix="scripts/storage/secondary" filemode="555"> <exclude name="**/.project" /> <exclude name="**/.classpath" />
