mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
19.18.2012 210ad063c659f0891472d55d3e67f8b52d6f22ce
Fix checkstyle update for OpenDJ headers in unit and functional tests. 
2 files modified
4 ■■■■ changed files
opends/ext/checkstyle/opends-functest-checkstyle.xml 2 ●●● patch | view | raw | blame | history
opends/ext/checkstyle/opends-unittest-checkstyle.xml 2 ●●● patch | view | raw | blame | history
opends/ext/checkstyle/opends-functest-checkstyle.xml
@@ -9,7 +9,7 @@
    <property name="cacheFile" value="${basedir}/.checkstyle-cache/opends-functest-checkstyle.cache" />
    <!-- Ensure that each source file starts with the appropriate header -->
    <module name="Header">
    <module name="RegexpHeader">
      <property name="headerFile" value="${basedir}/ext/checkstyle/opendj.sourceheader" />
    </module>
  </module>
opends/ext/checkstyle/opends-unittest-checkstyle.xml
@@ -9,7 +9,7 @@
    <property name="cacheFile" value="${basedir}/.checkstyle-cache/opends-unittest-checkstyle.cache" />
    <!-- Ensure that each source file starts with the appropriate header -->
    <module name="Header">
    <module name="RegexpHeader">
      <property name="headerFile" value="${basedir}/ext/checkstyle/opendj.sourceheader" />
    </module>
  </module>