mirror of
https://github.com/apache/cloudstack
synced 2026-08-11 16:31:22 +00:00
Changed the location from which to pull the mar files during deploy-server
This commit is contained in:
parent
0503d9a703
commit
f85f40e7b3
@ -260,7 +260,7 @@
|
||||
</copy>
|
||||
<!-- copying over rampart mar files for WS-Security -->
|
||||
<copy todir="${server.deploy.to.dir}/webapps7080/awsapi/WEB-INF/modules">
|
||||
<fileset dir="${base.dir}/awsapi/modules">
|
||||
<fileset dir="${base.dir}/deps/awsapi-lib/modules">
|
||||
<include name="*.mar" />
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user