Changeset 1657

Show
Ignore:
Timestamp:
06/24/08 16:20:54 (3 months ago)
Author:
mikey
Message:

do not chmod subfolders

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/resources/phing/build-stubbles.xml

    r1652 r1657  
    114114    <chmod mode="${cache.permissions}"> 
    115115      <fileset dir="${stubbles.projects.path}"> 
    116         <include name="**/log/**"/> 
    117         <include name="**/cache/**"/> 
     116        <include name="**/log"/> 
     117        <include name="**/cache"/> 
    118118      </fileset> 
    119119    </chmod>