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 ([EMAIL PROTECTED]>
    Peter Donald <[EMAIL PROTECTED]>
  + Harmeet Bedi <[EMAIL PROTECTED]>
   
   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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to