pgoldstein    2002/09/25 17:39:23

  Modified:    .        build.xml
  Log:
  Changing the build file to be in accord with Java 1.3/1.4 requirement.  Removes a 
warning.
  
  
  Revision  Changes    Path
  1.110     +2 -2      jakarta-james/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.xml,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- build.xml 25 Sep 2002 22:52:03 -0000      1.109
  +++ build.xml 26 Sep 2002 00:39:23 -0000      1.110
  @@ -31,7 +31,7 @@
       <property name="year" value="1999-2002"/>
       <!-- There should be no need to override default compiler but need to change
       javac task to run without this -->
  -    <property name="build.compiler" value="classic"/>
  +    <property name="build.compiler" value="modern"/>
       <!--
       these are here only for those who use jikes compiler. For other
       developers this part makes no difference.
  
  
  

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

Reply via email to