dain        2004/02/18 14:11:28

  Modified:    etc      maven.xml
  Log:
  All of our files use 4 space indentation
  
  Revision  Changes    Path
  1.29      +5 -5      incubator-geronimo/etc/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/etc/maven.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- maven.xml 12 Feb 2004 23:23:53 -0000      1.28
  +++ maven.xml 18 Feb 2004 22:11:28 -0000      1.29
  @@ -100,7 +100,7 @@
                   <fixcrlf srcdir="${srcdir}" eol="lf" eof="remove" 
tab="remove" tablength="4">
                       <include name="**/*.java"/>
                   </fixcrlf>
  -                <fixcrlf srcdir="${basedir}" eol="lf" eof="remove" 
tab="remove" tablength="2">
  +                <fixcrlf srcdir="${basedir}" eol="lf" eof="remove" 
tab="remove" tablength="4">
                       <include name="**/*.xml"/>
                       <include name="**/*.html"/>
                   </fixcrlf>
  @@ -114,7 +114,7 @@
                       <include name="**/*.xml"/>
                       <include name="**/*.html"/>
                   </fixcrlf>
  -                <fixcrlf srcdir="${srcdir}" eol="lf" eof="remove" 
tab="remove" tablength="2">
  +                <fixcrlf srcdir="${srcdir}" eol="lf" eof="remove" 
tab="remove" tablength="4">
                       <include name="**/*.xml"/>
                       <include name="**/*.html"/>
                   </fixcrlf>
  @@ -123,14 +123,14 @@
               <!-- Cleanse xdocs -->
               <j:set var="srcdir" value="${basedir}/src/xdocs"/>
               <u:available file="${srcdir}">
  -                <fixcrlf srcdir="${srcdir}" eol="lf" eof="remove" 
tab="remove" tablength="2">
  +                <fixcrlf srcdir="${srcdir}" eol="lf" eof="remove" 
tab="remove" tablength="4">
                       <include name="**/*.xml"/>
                       <include name="**/*.html"/>
                   </fixcrlf>
               </u:available>
   
               <!-- Cleanse build files -->
  -            <fixcrlf srcdir="." eol="lf" tab="remove" eof="remove" 
tablength="2">
  +            <fixcrlf srcdir="." eol="lf" tab="remove" eof="remove" 
tablength="4">
                   <include name="project.xml"/>
                   <include name="maven.xml"/>
               </fixcrlf>
  
  
  

Reply via email to