You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/06/09 19:06:57 UTC

svn commit: r783067 - /maven/components/branches/maven-2.2.0-RC/build.xml

Author: jdcasey
Date: Tue Jun  9 17:06:57 2009
New Revision: 783067

URL: http://svn.apache.org/viewvc?rev=783067&view=rev
Log:
chmod mvnDebug as well.

Modified:
    maven/components/branches/maven-2.2.0-RC/build.xml

Modified: maven/components/branches/maven-2.2.0-RC/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.0-RC/build.xml?rev=783067&r1=783066&r2=783067&view=diff
==============================================================================
--- maven/components/branches/maven-2.2.0-RC/build.xml (original)
+++ maven/components/branches/maven-2.2.0-RC/build.xml Tue Jun  9 17:06:57 2009
@@ -224,6 +224,7 @@
     <chmod perm="+x">
       <fileset dir="${maven.home}/bin">
         <include name="mvn"/>
+        <include name="mvnDebug"/>
       </fileset>
     </chmod>
   </target>