ggregory    2004/10/01 15:32:53

  Modified:    lang     build.xml
  Log:
  Minor format tweak, add some leading spaces to two lines.
  
  Revision  Changes    Path
  1.29      +3 -3      jakarta-commons/lang/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 1 Oct 2004 21:53:50 -0000       1.28
  +++ build.xml 1 Oct 2004 22:32:53 -0000       1.29
  @@ -59,7 +59,7 @@
                   destdir="${build.home}/classes"
                   debug="${compile.debug}"
                   deprecation="${compile.deprecation}"
  -                target="1.1"
  +                    target="1.1"
                   optimize="${compile.optimize}">
               <classpath refid="compile.classpath"/>
           </javac>
  @@ -72,7 +72,7 @@
                   destdir="${build.home}/tests"
                   debug="${compile.debug}"
                   deprecation="off"
  -                target="1.1"
  +                    target="1.1"
                   optimize="${compile.optimize}">
               <classpath refid="test.classpath"/>
           </javac>
  
  
  

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

Reply via email to