You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by hb...@apache.org on 2001/09/24 19:25:40 UTC

cvs commit: jakarta-james build.xml

hbedi       01/09/24 10:25:40

  Modified:    .        build.xml
  Log:
  Updated DNS Java library.
  Attempted to make the interface generic, but stopped short. Did not
  want to tie the interface to a specfic implementation.
  
  Revision  Changes    Path
  1.77      +2 -1      jakarta-james/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- build.xml	2001/09/19 13:49:55	1.76
  +++ build.xml	2001/09/24 17:25:39	1.77
  @@ -9,6 +9,7 @@
    Serge
    Charles Benett (charles@benet1.demon.co.uk>
    Peter Donald <do...@apache.org>
  + Harmeet Bedi <ha...@kodemuse.com>
   
   Legal:
     Copyright (c) 1999-2001 The Apache Software Foundation. All Rights Reserved.
  @@ -324,7 +325,7 @@
         </zipfileset>
   
         <zipfileset dir="${lib.dir}/" prefix="lib">
  -        <include name="dnsjava.jar"/>
  +        <include name="dnsjava-1.2.3.jar"/>
           <include name="town.jar"/>
           <include name="activation.jar"/>
           <include name="mail_1_2.jar"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org