nicolaken    02/05/22 06:01:11

  Modified:    .        build.xml
  Log:
  commented out build.compiler property setting to classic; letting Ant decide
  it by default.
  Users can set it directly from the Ant commandline or in their user
  properties.
  
  Revision  Changes    Path
  1.211     +7 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.210
  retrieving revision 1.211
  diff -u -r1.210 -r1.211
  --- build.xml 19 May 2002 20:30:16 -0000      1.210
  +++ build.xml 22 May 2002 13:01:10 -0000      1.211
  @@ -181,7 +181,7 @@
       <property name="optimize"       value="off"/>
       <property name="deprecation"    value="off"/>
       <property name="nowarn"         value="on"/>
  -    <property name="build.compiler" value="classic"/>
  +    <!-- <property name="build.compiler" value="classic"/> -->
       <property name="target.vm"      value="1.2"/>
   
       <property name="src.dir"      value="./src"/>
  @@ -1796,3 +1796,9 @@
   </project>
   
   <!-- End of file -->
  +
  +
  +
  +
  +
  +
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to