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

Ludovic Poitou
19.03.2012 ec6071d00d243e6c8528a1da957338353f708442
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
@@ -10,7 +10,7 @@
    <!-- Ensure that each source file starts with the appropriate header -->
    <module name="Header">
      <property name="headerFile" value="${basedir}/ext/checkstyle/opends.sourceheader" />
      <property name="headerFile" value="${basedir}/ext/checkstyle/opendj.sourceheader" />
    </module>
  </module>
</module>
opends/ext/checkstyle/opends-unittest-checkstyle.xml
@@ -10,7 +10,7 @@
    <!-- Ensure that each source file starts with the appropriate header -->
    <module name="Header">
      <property name="headerFile" value="${basedir}/ext/checkstyle/opends.sourceheader" />
      <property name="headerFile" value="${basedir}/ext/checkstyle/opendj.sourceheader" />
    </module>
  </module>
</module>