vmassol     2003/06/04 12:23:03

  Modified:    src/plugins-build/checkstyle plugin.jelly
  Log:
  Fixed "exclude" bug. Thanks to Thomas Diesler.
  
  Revision  Changes    Path
  1.7       +1 -1      maven/src/plugins-build/checkstyle/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/checkstyle/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly      30 May 2003 13:13:25 -0000      1.6
  +++ plugin.jelly      4 Jun 2003 19:23:03 -0000       1.7
  @@ -130,7 +130,7 @@
   
           <ant:fileset dir="${pom.build.sourceDirectory}">
             <ant:include name="${maven.checkstyle.includes}"/>
  -          <ant:include name="${maven.checkstyle.excludes}"/>
  +          <ant:exclude name="${maven.checkstyle.excludes}"/>
           </ant:fileset>
   
           <ant:formatter type="xml" 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to