mcconnell 2004/05/15 22:17:18 Modified: meta maven.xml project.xml Log: Add notice file handling and prep for 1.4.0 release. Revision Changes Path 1.21 +7 -1 avalon/meta/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/avalon/meta/maven.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- maven.xml 8 May 2004 18:24:17 -0000 1.20 +++ maven.xml 16 May 2004 05:17:18 -0000 1.21 @@ -154,7 +154,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> @@ -180,9 +183,12 @@ </ant:echo> <ant:copy todir="${maven.dist.src.assembly.dir}"> + <ant:fileset dir="${avalon.buildsystem}/site"> + <ant:include name="LICENSE*"/> + <ant:include name="NOTICE*"/> + </ant:fileset> <ant:fileset dir="."> <ant:include name="README.txt"/> - <ant:include name="LICENSE*"/> <ant:include name="project.properties"/> <ant:include name="maven.xml"/> <ant:include name="project.xml"/> 1.16 +3 -2 avalon/meta/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon/meta/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 30 Apr 2004 15:53:37 -0000 1.15 +++ project.xml 16 May 2004 05:17:18 -0000 1.16 @@ -182,9 +182,10 @@ </includes> </resource> <resource> - <directory>${basedir}/../</directory> + <directory>${avalon.buildsystem}/site</directory> <includes> - <include>LICENSE.txt</include> + <include>LICENSE*</include> + <include>NOTICE*</include> </includes> </resource> <resource>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]