You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/05/16 07:00:43 UTC

cvs commit: avalon/util maven.xml

mcconnell    2004/05/15 22:00:42

  Modified:    util     maven.xml
  Log:
  Add notice file handling and prep for 1.2.0 release.
  
  Revision  Changes    Path
  1.19      +10 -1     avalon/util/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/util/maven.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- maven.xml	8 May 2004 18:24:18 -0000	1.18
  +++ maven.xml	16 May 2004 05:00:42 -0000	1.19
  @@ -212,8 +212,11 @@
       </ant:echo>
       <ant:copy todir="${maven.dist.bin.assembly.dir}">
         <ant:fileset dir=".">
  +        <ant:include name="README.txt"/>
  +      </ant:fileset>
  +      <ant:fileset dir="${avalon.buildsystem}/site">
           <ant:include name="LICENSE*"/>
  -        <ant:include name="README*"/>
  +        <ant:include name="NOTICE*"/>
         </ant:fileset>
       </ant:copy>
   
  @@ -240,7 +243,13 @@
   
       <ant:copy todir="${maven.dist.src.assembly.dir}">
         <ant:fileset dir=".">
  +        <ant:include name="README.txt"/>
  +      </ant:fileset>
  +      <ant:fileset dir="${avalon.buildsystem}/site">
           <ant:include name="LICENSE*"/>
  +        <ant:include name="NOTICE*"/>
  +      </ant:fileset>
  +      <ant:fileset dir=".">
           <ant:include name="project.properties"/>
           <ant:include name="maven.xml"/>
           <ant:include name="project.xml"/>
  
  
  

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