You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by wc...@locus.apache.org on 2000/11/29 01:22:08 UTC

cvs commit: xml-soap/java build.xml

wcloeten    00/11/28 16:22:08

  Modified:    java     build.xml
  Log:
  added mail.jar and activation.jar as prerequisites
  
  Revision  Changes    Path
  1.16      +4 -1      xml-soap/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	2000/11/08 12:58:16	1.15
  +++ build.xml	2000/11/29 00:22:08	1.16
  @@ -11,6 +11,9 @@
   
      jakarta-ant from http://jakarta.apache.org
      xml-xerces from http://xml.apache.org
  +   JavaMail from http://java.sun.com/products/javamail/
  +   Java Activation Framework
  +       from http://java.sun.com/products/beans/glasgow/jaf.html
   
   Optional additions:
   
  @@ -39,7 +42,7 @@
   Copyright:
     Copyright (c) 2000 Apache Software Foundation.
   
  -   $Id: build.xml,v 1.15 2000/11/08 12:58:16 dug Exp $
  +   $Id: build.xml,v 1.16 2000/11/29 00:22:08 wcloeten Exp $
   
   ==================================================================== -->