correctly set + for mvnDebug and mvnyjp in ant build

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164104 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-09-01 15:01:43 +00:00
parent a70bfbd89b
commit 7706ee9164
1 changed files with 2 additions and 0 deletions

View File

@ -290,6 +290,8 @@ This goal just validates the presence of that distribution.
<chmod perm="+x">
<fileset dir="${maven.home}/bin">
<include name="mvn" />
<include name="mvnDebug" />
<include name="mvnyjp" />
</fileset>
</chmod>
</target>