Updated Branches: refs/heads/master 11dc1f0b8 -> 2d48ce45a
Add the systemvm.iso to the client webapp Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2d48ce45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2d48ce45 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2d48ce45 Branch: refs/heads/master Commit: 2d48ce45a83152ee4c263e6a70d1a001e8258b2e Parents: 11dc1f0 Author: Hugo Trippaers <[email protected]> Authored: Mon Oct 15 17:51:05 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Oct 15 17:51:05 2012 +0200 ---------------------------------------------------------------------- client/pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2d48ce45/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index fb259ff..1fbe472 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -155,6 +155,13 @@ todir="${basedir}/target/generated-webapp/WEB-INF/classes/scripts"> <fileset dir="${basedir}/../scripts" /> </copy> + <copy + todir="${basedir}/target/generated-webapp/WEB-INF/classes/vms"> + <fileset dir="${basedir}/../console-proxy/dist"> + <include name="systemvm.zip" /> + <include name="systemvm.iso" /> + </fileset> + </copy> <copy todir="${basedir}/target/generated-webapp"> <fileset dir="${basedir}/../ui" /> </copy>
