Changeset 694

Show
Ignore:
Timestamp:
05/30/07 11:33:22 (2 years ago)
Author:
mikey
Message:

exclude yui from stylecheck

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build.xml

    r692 r694  
    6161      <fileset dir="${project.basedir}/examples"> 
    6262        <include name="**/*.php" /> 
     63        <exclude name="yui/**" /> 
    6364      </fileset> 
    6465    </checkStyle>