stevel      2002/11/10 23:28:11

  Modified:    java     build.xml
  Log:
  minor changes
  
  Revision  Changes    Path
  1.211     +4 -1      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.210
  retrieving revision 1.211
  diff -u -r1.210 -r1.211
  --- build.xml 30 Oct 2002 18:37:17 -0000      1.210
  +++ build.xml 11 Nov 2002 07:28:11 -0000      1.211
  @@ -6,7 +6,7 @@
           <!ENTITY targets SYSTEM "file:xmls/targets.xml">
   ]>
   
  -<project default="compile" basedir=".">
  +<project name="axis" default="compile" basedir=".">
   <!-- =================================================================== -->
   <description>
      Build file for Axis
  @@ -33,6 +33,9 @@
      commons-httpclient from http://jakarta.apache.org/commons/httpclient/
      httpunit           from http://sourceforge.net/projects/httpunit/
      jms                from http://java.sun.com/products/jms/
  +   castor             from http://www.exolab.org/castor
  +   
  +j2ee.jar contains the mailapi, activation and servlet libraries   
   
   Build Instructions:
      To build, run
  
  
  


Reply via email to