Updated Branches: refs/heads/4.1 ee68560fe -> ce6f8aafd
CLOUDSTACK-1304 Set permissions using the chmod ant task Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ce6f8aaf Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ce6f8aaf Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ce6f8aaf Branch: refs/heads/4.1 Commit: ce6f8aafd2aa717c034df6b562cc204edd5e5434 Parents: ee68560 Author: Hugo Trippaers <[email protected]> Authored: Sat Mar 2 21:04:54 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Sat Mar 2 21:04:54 2013 +0100 ---------------------------------------------------------------------- client/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ce6f8aaf/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 4ae0c4b..38ba405 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -271,6 +271,10 @@ <copy todir="${basedir}/target/generated-webapp/WEB-INF/classes/scripts"> <fileset dir="${basedir}/../scripts" /> </copy> + <!-- CLOUDSTACK-1304 --> + <chmod perm="755" > + <fileset dir="${basedir}/target/generated-webapp/WEB-INF/classes/scripts" /> + </chmod> <copy todir="${basedir}/target/generated-webapp/WEB-INF/"> <fileset dir="${basedir}/WEB-INF/">
