ugo         2004/05/17 00:27:40

  Modified:    tools/targets test-build.xml
  Log:
  Tabs to spaces.
  
  Revision  Changes    Path
  1.12      +6 -6      cocoon-2.1/tools/targets/test-build.xml
  
  Index: test-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/tools/targets/test-build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- test-build.xml    17 May 2004 07:25:04 -0000      1.11
  +++ test-build.xml    17 May 2004 07:27:40 -0000      1.12
  @@ -33,12 +33,12 @@
       <junit printsummary="yes" fork="yes" failureproperty="junit.test.failed">
         <classpath>
           <path refid="test.classpath"/>
  -           <fileset dir="${build.blocks}">
  -             <include name="*.jar"/>
  -           </fileset>
  -           <fileset dir="${blocks}">
  -             <include name="*/lib/*.jar"/>
  -           </fileset>
  +        <fileset dir="${build.blocks}">
  +          <include name="*.jar"/>
  +        </fileset>
  +        <fileset dir="${blocks}">
  +          <include name="*/lib/*.jar"/>
  +        </fileset>
         </classpath>
         <formatter type="plain"/>
         <formatter type="xml"/>
  
  
  

Reply via email to