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 06:01:08 UTC

cvs commit: avalon/framework maven.xml

mcconnell    2004/05/15 21:01:08

  Modified:    framework maven.xml
  Log:
  Add handling of notice file.
  
  Revision  Changes    Path
  1.14      +10 -6     avalon/framework/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/framework/maven.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- maven.xml	8 May 2004 18:24:16 -0000	1.13
  +++ maven.xml	16 May 2004 04:01:08 -0000	1.14
  @@ -5,9 +5,12 @@
   
   <project default="avalon:build"  xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util" xmlns:ant="jelly:ant">
   
  -  
  +  <!--
     <ant:property name="productname"
       value="${maven.final.name}-&avalon-framework-suffix;"/>
  +  -->
  +  <ant:property name="productname"
  +    value="${maven.final.name}"/>
   
     <ant:property name="maven.dist.assembly.dir"
       value="${maven.build.dir}/temp"/>
  @@ -112,7 +115,10 @@
       <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="NOTICE*"/>
         </ant:fileset>
       </ant:copy>
   
  @@ -143,12 +149,10 @@
       <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="project.properties"/>
  -        <ant:include name="maven.xml"/>
  -        <ant:include name="project.xml"/>
  -        -->
  +        <ant:include name="NOTICE*"/>
         </ant:fileset>
       </ant:copy>
   
  
  
  

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