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 re...@apache.org on 2001/02/10 20:23:43 UTC

cvs commit: jakarta-slide build.xml LICENSE

remm        01/02/10 11:23:43

  Modified:    .        build.xml LICENSE
  Log:
  - The script will attempt to copy the JAXP libraries to the client dist directory.
  - Updated year in the licence file.
  
  Revision  Changes    Path
  1.71      +4 -0      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.xml	2001/02/06 23:25:28	1.70
  +++ build.xml	2001/02/10 19:23:43	1.71
  @@ -400,6 +400,10 @@
        manifest="${webdavclient.build}/classes/MANIFEST.MF"
        includes="LICENSE,README,CHANGELOG,org/apache/webdav/lib/**" />
   
  +    <echo message="Copying libraries" />
  +    <copy todir="${webdavclient.dist}/lib" file="${jaxp.jar}" />
  +    <copy todir="${webdavclient.dist}/lib" file="${xmlapi.jar}" />
  +
       <echo message="Building DAV Client JAR" />
       <jar jarfile="${webdavclient.dist}/lib/webdav.jar"
        basedir="${webdavclient.build}/classes"
  
  
  
  1.3       +4 -4      jakarta-slide/LICENSE
  
  Index: LICENSE
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/LICENSE,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LICENSE	2000/12/04 05:38:44	1.2
  +++ LICENSE	2001/02/10 19:23:43	1.3
  @@ -2,7 +2,7 @@
    *                                                                           *
    *                 The Apache Software License,  Version 1.1                 *
    *                                                                           *
  - *         Copyright (c) 1999, 2000  The Apache Software Foundation.         *
  + *      Copyright (c) 1999, 2000, 2001  The Apache Software Foundation.      *
    *                           All rights reserved.                            *
    *                                                                           *
    * ========================================================================= *
  @@ -55,7 +55,7 @@
    *                                                                           *
    * ========================================================================= */
   
  -/* CVS information: $Revision: 1.2 $ $Date: 2000/12/04 05:38:44 $
  +/* CVS information: $Revision: 1.3 $ $Date: 2001/02/10 19:23:43 $
    * $Source: /home/cvs/jakarta-slide/LICENSE,v $
    * $Author: remm $
    */