You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2007/01/22 06:32:15 UTC

svn commit: r498530 - /jakarta/commons/proper/dbcp/trunk/maven.xml

Author: psteitz
Date: Sun Jan 21 21:32:15 2007
New Revision: 498530

URL: http://svn.apache.org/viewvc?view=rev&rev=498530
Log:
Generate and include release notes with distribution.

Modified:
    jakarta/commons/proper/dbcp/trunk/maven.xml

Modified: jakarta/commons/proper/dbcp/trunk/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/maven.xml?view=diff&rev=498530&r1=498529&r2=498530
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/maven.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/maven.xml Sun Jan 21 21:32:15 2007
@@ -19,14 +19,16 @@
     xmlns:ant="jelly:ant">
 
   <!-- ============== DIST ================== -->
-  <!-- Copied from Commons-Collections        -->
   <postGoal name="dist:prepare-bin-filesystem">
-    <j:set var="maven.dist.bin.assembly.dir" value="${pom.getPluginContext('maven-dist-plugin').getVariable('maven.dist.bin.assembly.dir')}" />
+    <attainGoal name="announcement:generate" />
+    <j:set var="maven.dist.bin.assembly.dir" 
+    value="${pom.getPluginContext('maven-dist-plugin').getVariable('maven.dist.bin.assembly.dir')}" />
     
     <!-- Copy Files -->
     <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>
 
@@ -47,6 +49,7 @@
       <ant:fileset dir=".">
         <ant:include name="NOTICE.txt"/>
         <ant:include name="build.properties.sample"/>
+        <ant:include name="RELEASE-NOTES.txt"/>
         <ant:include name="checkstyle.xml"/>
       </ant:fileset>
     </ant:copy>
@@ -63,7 +66,7 @@
       <ant:fileset dir="xdocs" />
     </ant:copy>
     
-    <!-- Copy XDocs -->
+    <!-- Copy doc directory -->
     <ant:copy todir="${maven.dist.src.assembly.dir}/doc">
       <ant:fileset dir="doc" />
     </ant:copy>



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