You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/06/04 15:24:15 UTC

cvs commit: avalon-excalibur build.xml

bloritsch    2003/06/04 06:24:15

  Modified:    .        build.xml
  Log:
  add fixCRLF routine at the base so I can run it for everything
  
  Revision  Changes    Path
  1.208     +12 -0     avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/build.xml,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -r1.207 -r1.208
  --- build.xml	22 Apr 2003 00:07:55 -0000	1.207
  +++ build.xml	4 Jun 2003 13:24:15 -0000	1.208
  @@ -344,5 +344,17 @@
               <property name="subproject-target" value="real-clean"/>
           </ant>
       </target>
  +
  +    <!-- =================================================================== -->
  +    <!-- Fix Whitespace problems in source code                              -->
  +    <!-- =================================================================== -->
  +    <target name="fixCRLF">
  +        <fixcrlf srcdir="."
  +            includes="**/*.java,**/*.xml,*.xml,*.properties,**/*.properties"
  +            eol="lf"
  +            tab="remove"
  +            tablength="4"
  +            eof="remove"/>
  +    </target>
   </project>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org