You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2004/08/11 16:01:32 UTC

cvs commit: jakarta-slide/webdavclient/ant/src/java/org/apache/webdav/ant antlib.xml

luetzkendorf    2004/08/11 07:01:32

  Modified:    webdavclient/ant/src/java/org/apache/webdav/ant Tag:
                        SLIDE_2_1_RELEASE_BRANCH antlib.xml
  Log:
  changed names to shortnames to avoid task names like dav:davcopy and
  to fit to out documentation
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.1   +5 -5      jakarta-slide/webdavclient/ant/src/java/org/apache/webdav/ant/antlib.xml
  
  Index: antlib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/ant/src/java/org/apache/webdav/ant/antlib.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- antlib.xml	6 Jul 2004 19:04:09 -0000	1.2
  +++ antlib.xml	11 Aug 2004 14:01:32 -0000	1.2.2.1
  @@ -1,13 +1,13 @@
   <?xml version="1.0"?>
   <antlib>
  -  <taskdef name="davput" classname="org.apache.webdav.ant.taskdefs.Put"/>
  -  <taskdef name="davget" classname="org.apache.webdav.ant.taskdefs.Get"/>
  +  <taskdef name="put" classname="org.apache.webdav.ant.taskdefs.Put"/>
  +  <taskdef name="get" classname="org.apache.webdav.ant.taskdefs.Get"/>
     <taskdef name="lock" classname="org.apache.webdav.ant.taskdefs.Lock"/>
     <taskdef name="unlock" classname="org.apache.webdav.ant.taskdefs.Unlock"/>
     <taskdef name="mkcol" classname="org.apache.webdav.ant.taskdefs.Mkcol"/>
  -  <taskdef name="davdelete" classname="org.apache.webdav.ant.taskdefs.Delete"/>
  +  <taskdef name="delete" classname="org.apache.webdav.ant.taskdefs.Delete"/>
     <taskdef name="proppatch" classname="org.apache.webdav.ant.taskdefs.Proppatch"/>
  -  <taskdef name="davcopy" classname="org.apache.webdav.ant.taskdefs.Copy"/>
  -  <taskdef name="davmove" classname="org.apache.webdav.ant.taskdefs.Move"/>
  +  <taskdef name="copy" classname="org.apache.webdav.ant.taskdefs.Copy"/>
  +  <taskdef name="move" classname="org.apache.webdav.ant.taskdefs.Move"/>
   </antlib>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org