You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/04/17 00:17:57 UTC

cvs commit: avalon-sandbox/cache build.xml

donaldp     2003/04/16 15:17:57

  Modified:    cache    build.xml
  Log:
  use keys in AValon
  
  Revision  Changes    Path
  1.39      +2 -2      avalon-sandbox/cache/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/cache/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml	17 Mar 2003 20:19:13 -0000	1.38
  +++ build.xml	16 Apr 2003 22:17:56 -0000	1.39
  @@ -286,7 +286,7 @@
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  -        <copy file="../KEYS" todir="${dist.dir}"/>
  +        <copy file="../avalon/KEYS" todir="${dist.dir}"/>
           <copy file="README.txt" todir="${dist.dir}"/>
   
           <zip zipfile="${dist.dir}/src.zip" compress="false">
  @@ -317,7 +317,7 @@
           description="Generates a minimal distribution (jar + javadocs)">
   
           <copy file="../LICENSE.txt" todir="${dist.dir}"/>
  -        <copy file="../KEYS" todir="${dist.dir}"/>
  +        <copy file="../avalon/KEYS" todir="${dist.dir}"/>
           <copy file="README.txt" todir="${dist.dir}"/>
   
       </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org