ggregory    2004/10/01 15:45:51

  Modified:    lang     build.xml
  Log:
  Minor format tweak, add some leading spaces to two lines. (One more time, without 
tabs in the two spots).
  
  Revision  Changes    Path
  1.30      +11 -11    jakarta-commons/lang/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 1 Oct 2004 22:32:53 -0000       1.29
  +++ build.xml 1 Oct 2004 22:45:51 -0000       1.30
  @@ -56,11 +56,11 @@
       </target>
       <target name="compile" depends="static" description="Compile shareable 
components">
           <javac srcdir="${source.home}"
  -                destdir="${build.home}/classes"
  -                debug="${compile.debug}"
  -                deprecation="${compile.deprecation}"
  -                    target="1.1"
  -                optimize="${compile.optimize}">
  +               destdir="${build.home}/classes"
  +               debug="${compile.debug}"
  +               deprecation="${compile.deprecation}"
  +               target="1.1"
  +               optimize="${compile.optimize}">
               <classpath refid="compile.classpath"/>
           </javac>
           <copy todir="${build.home}/classes" filtering="on">
  @@ -69,11 +69,11 @@
       </target>
       <target name="compile.tests" depends="compile" description="Compile unit test 
cases">
           <javac srcdir="${test.home}"
  -                destdir="${build.home}/tests"
  -                debug="${compile.debug}"
  -                deprecation="off"
  -                    target="1.1"
  -                optimize="${compile.optimize}">
  +               destdir="${build.home}/tests"
  +               debug="${compile.debug}"
  +               deprecation="off"
  +               target="1.1"
  +               optimize="${compile.optimize}">
               <classpath refid="test.classpath"/>
           </javac>
           <copy todir="${build.home}/tests" filtering="on">
  
  
  

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

Reply via email to