~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

Viewing changes to conf/qa/CheckStyle.xml

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
    <module name="TabCharacter"/>
118
118
 
119
119
    <!-- enforce License Header using a RegExp file to allow some variations
120
 
         like the years in copyrights or values of CVS variables. -->
 
120
         like the years in copyrights or values of SVN variables. -->
121
121
    <module name="RegexpHeader">
122
122
       <property name="headerFile" value="LICENSE.CheckStyle"/>
123
123
    </module>