mirror of https://github.com/apache/cloudstack.git
Include the console proxy files into the systemvm.zip
This was broken by commit 859e367380 and caused the system VM's not to function.
This commit is contained in:
parent
b4c63c223f
commit
aa95add354
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue