[webbeans-commits] Webbeans SVN: r716 - ri/trunk/dist.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Dec 24 12:44:09 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-24 12:44:08 -0500 (Wed, 24 Dec 2008)
New Revision: 716

Modified:
   ri/trunk/dist/build.xml
   ri/trunk/dist/release-process.txt
Log:
fix release process

Modified: ri/trunk/dist/build.xml
===================================================================
--- ri/trunk/dist/build.xml	2008-12-24 17:41:32 UTC (rev 715)
+++ ri/trunk/dist/build.xml	2008-12-24 17:44:08 UTC (rev 716)
@@ -58,6 +58,9 @@
          	<include name="lib/**"/>
          	<include name="readme.txt"/>
          </fileset>
+			<fileset dir="${basedir}">
+				<include name="readme.txt"/>
+			</fileset>
 			<fileset dir="${examples.dir}" />
       </copy>
 		

Modified: ri/trunk/dist/release-process.txt
===================================================================
--- ri/trunk/dist/release-process.txt	2008-12-24 17:41:32 UTC (rev 715)
+++ ri/trunk/dist/release-process.txt	2008-12-24 17:44:08 UTC (rev 716)
@@ -4,8 +4,9 @@
 * Run the testsuite and examples
 * Tag using mvn release:prepare in the ri/trunk checkout
 * Tag docs using mvn release:prepare in the doc/trunk/reference checkout
-* Check the tag
-* Build the maven artifacts using release:perform in both locations
+* Tag examples using mvn release:prepare in the examples/trunk checkout
+* Check the tags
+* Build the maven artifacts using release:perform in all locations
 * Verify the checkout of the tag
 * Release the webbeans-ri-int for jbossas if necessary
 * Edit the checkout of the tag, and alter the versions in jboss-as/build.properties to released versions




More information about the weld-commits mailing list