You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/10/10 09:51:35 UTC

svn commit: r312578 - /maven/continuum/trunk/continuum-plexus-application/src/assembly/bin.xml

Author: evenisse
Date: Mon Oct 10 00:51:32 2005
New Revision: 312578

URL: http://svn.apache.org/viewcvs?rev=312578&view=rev
Log:
[CONTINUUM-350] Fix executable permission in bin/*/wrapper

Modified:
    maven/continuum/trunk/continuum-plexus-application/src/assembly/bin.xml

Modified: maven/continuum/trunk/continuum-plexus-application/src/assembly/bin.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/src/assembly/bin.xml?rev=312578&r1=312577&r2=312578&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/src/assembly/bin.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/src/assembly/bin.xml Mon Oct 10 00:51:32 2005
@@ -71,6 +71,7 @@
         <include>libwrapper.so</include>
         <include>wrapper</include>
       </includes>
+      <fileMode>0755</fileMode>
     </fileSet>
     <fileSet>
       <directory>target/plexus-test-runtime/bin/macosx</directory>
@@ -88,6 +89,7 @@
         <include>libwrapper.jnilib</include>
         <include>wrapper</include>
       </includes>
+      <fileMode>0755</fileMode>
     </fileSet>
     <fileSet>
       <directory>target/plexus-test-runtime/bin/win32</directory>