[seam-commits] Seam SVN: r7217 - trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jan 23 14:30:54 EST 2008


Author: norman.richards at jboss.com
Date: 2008-01-23 14:30:54 -0500 (Wed, 23 Jan 2008)
New Revision: 7217

Modified:
   trunk/release-process.txt
Log:
change instructions for svn

Modified: trunk/release-process.txt
===================================================================
--- trunk/release-process.txt	2008-01-23 19:30:26 UTC (rev 7216)
+++ trunk/release-process.txt	2008-01-23 19:30:54 UTC (rev 7217)
@@ -14,7 +14,7 @@
 Tests
 -----
 * "ant cleanall testall testreport" with validate.xml = true in build.properties, check report/junit-noframes.html
-* Sanity check the following example applications on JBoss 4.2.1
+* Sanity check the following example applications on JBoss 4.2.2
   - booking
   - dvdstore
   - jpa
@@ -59,7 +59,7 @@
   CONSTRAINT `owner` FOREIGN KEY (`ownerUsername`) REFERENCES `person` (`username`)
 ) ENGINE=InnoDB 
 
-* run "seam setup new-project generate-entities explode"
+* run "seam setup create-project generate-entities explode"
   - test the app, at least the list and edit pages for Person
 * run "seam new-action new-form restart"
   - test both generated pages
@@ -75,9 +75,10 @@
 
 
 
-Tag CVS
+Tag SVN
 -------
-* "cvs rtag JBoss_Seam_x_x_x_XX jboss-seam"
+* "svn copy trunk tags/JBoss_Seam_x_x_x_XX"
+* "svn commit tags/JBoss_Seam_x_x_x_XX"
 
 Build + Upload
 --------------




More information about the seam-commits mailing list