Changeset 23400


Ignore:
Timestamp:
2014/05/04 16:43:01 (10 years ago)
Author:
kimoto
Message:

#150 checkstyleのignoreが効かないのでpathの階層を変更して必要最小限にす

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/build.xml

    r23322 r23400  
    3333          <arg value="--ignore=data/Smarty,data/smarty_extends,data/cache,data/module,data/mtb_constants_init.php" /> 
    3434          <arg value="--report-file=reports/checkstyle.xml" /> 
    35           <arg path="data/" /> 
     35          <arg path="data/class/" /> 
    3636      </exec> 
    3737  </target> 
Note: See TracChangeset for help on using the changeset viewer.