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 di...@apache.org on 2005/01/14 05:14:30 UTC

cvs commit: ws-axis/java/xmls taskdefs_post_compile.xml

dims        2005/01/13 20:14:30

  Modified:    java/xmls taskdefs_post_compile.xml
  Log:
  wrong class
  
  Revision  Changes    Path
  1.6       +4 -0      ws-axis/java/xmls/taskdefs_post_compile.xml
  
  Index: taskdefs_post_compile.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/xmls/taskdefs_post_compile.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- taskdefs_post_compile.xml	14 Jan 2003 06:17:15 -0000	1.5
  +++ taskdefs_post_compile.xml	14 Jan 2005 04:14:29 -0000	1.6
  @@ -18,3 +18,7 @@
           <classpath refid="classpath"/>
     </taskdef>
   
  +  <taskdef name="adminclient" classname="org.apache.axis.tools.ant.axis.AdminClientTask"
  +    loaderref="axis" >
  +        <classpath refid="classpath"/>
  +  </taskdef>