You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2005/02/14 10:09:28 UTC

cvs commit: ws-axis/java build.xml

toshi       2005/02/14 01:09:28

  Modified:    java     build.xml
  Log:
  To support multi-language.
  
  Revision  Changes    Path
  1.262     +2 -0      ws-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/build.xml,v
  retrieving revision 1.261
  retrieving revision 1.262
  diff -u -r1.261 -r1.262
  --- build.xml	12 Feb 2005 21:58:43 -0000	1.261
  +++ build.xml	14 Feb 2005 09:09:28 -0000	1.262
  @@ -21,6 +21,7 @@
      wsdl4j             from http://www-124.ibm.com/developerworks/projects/wsdl4j/
      commons-logging    from http://jakarta.apache.org/commons/logging.html
      commons-discovery  from http://jakarta.apache.org/commons/discovery.html
  +   commons-lang       from http://jakarta.apache.org/commons/lang/index.html
      log4j              from http://jakarta.apache.org/log4j
      activation         from http://java.sun.com/products/javabeans/glasgow/jaf.html
      mailapi            from http://java.sun.com/products/javamail/
  @@ -223,6 +224,7 @@
       </jar>
       <copy file="${wsdl4j.jar}" toDir="${build.lib}"/>
       <copy file="${commons-logging.jar}" toDir="${build.lib}"/>
  +    <copy file="${commons-lang-2.0.jar}" toDir="${build.lib}"/>
       <copy file="${commons-discovery.jar}" toDir="${build.lib}"/>
       <copy file="${log4j-core.jar}" toDir="${build.lib}"/>
       <copy file="${src.dir}/log4j.properties"