You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sa...@apache.org on 2006/03/24 17:53:56 UTC

svn commit: r388578 - /jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml

Author: sandymac
Date: Fri Mar 24 08:53:54 2006
New Revision: 388578

URL: http://svn.apache.org/viewcvs?rev=388578&view=rev
Log:
include RELEASE-NOTES.txt in dist archives.

Modified:
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml

Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml?rev=388578&r1=388577&r2=388578&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml (original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml Fri Mar 24 08:53:54 2006
@@ -26,6 +26,7 @@
     <ant:copy todir="${maven.dist.bin.assembly.dir}">
       <ant:fileset dir=".">
         <ant:include name="NOTICE.txt"/>
+        <ant:include name="RELEASE-NOTES.txt"/>
       </ant:fileset>
     </ant:copy>
 
@@ -45,6 +46,7 @@
     <ant:copy todir="${maven.dist.src.assembly.dir}">
       <ant:fileset dir=".">
         <ant:include name="NOTICE.txt"/>
+        <ant:include name="RELEASE-NOTES.txt"/>
         <ant:include name="build.properties.sample"/>
       </ant:fileset>
     </ant:copy>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org