unico       2004/07/06 12:00:42

  Modified:    webdavclient build.xml
  Log:
  set version to M2, fix dist-ant description
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-slide/webdavclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 24 May 2004 09:20:25 -0000      1.11
  +++ build.xml 6 Jul 2004 19:00:41 -0000       1.12
  @@ -14,7 +14,7 @@
       <!-- =================================================================== -->
       <property name="name" value="Jakarta-Slide"/>
       <property name="year" value="2004"/>
  -    <property name="version" value="2.1M1"/>
  +    <property name="version" value="2.1M2"/>
       <property name="project" value="jakarta-slide"/>
       <property name="clientlib.final.name" value="${project}-webdavlib-${version}"/>
       <property name="cmd.final.name" value="${project}-commandline-${version}"/>
  @@ -266,7 +266,7 @@
       <!-- Build the WebDAV ant task distribution                              -->
       <!-- =================================================================== -->
       <target name="dist-ant" depends="build-ant,dist-clientlib"
  -         description="Distribute commandline client">
  +         description="Distribute Ant WebDAV task library">
           <mkdir dir="${ant.dist}"/>
           <jar jarfile="${ant.dist}/${ant.final.name}.jar"
                basedir="${ant.build}/classes"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to