[jboss-cvs] JBoss Messaging SVN: r7256 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 8 12:01:41 EDT 2009


Author: jmesnil
Date: 2009-06-08 12:01:41 -0400 (Mon, 08 Jun 2009)
New Revision: 7256

Modified:
   trunk/build-messaging.xml
Log:
distro build

* copy the release notes to the distro

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-06-08 15:27:36 UTC (rev 7255)
+++ trunk/build-messaging.xml	2009-06-08 16:01:41 UTC (rev 7256)
@@ -848,6 +848,12 @@
          </fileset>
       </copy>
 
+      <copy todir="${build.distro.dir}/docs/">
+         <fileset dir="${doc.dir}">
+            <include name="README.html"/>
+         </fileset>
+      </copy>
+
       <antcall target="dist-doc"/>
    	
       <copy todir="${build.distro.licenses.dir}/">




More information about the jboss-cvs-commits mailing list