[seam-commits] Seam SVN: r11194 - branches/community/Seam_2_1/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jun 23 11:25:17 EDT 2009


Author: dan.j.allen
Date: 2009-06-23 11:25:17 -0400 (Tue, 23 Jun 2009)
New Revision: 11194

Modified:
   branches/community/Seam_2_1/seam-gen/README
Log:
document add-ivy and add-identity-management


Modified: branches/community/Seam_2_1/seam-gen/README
===================================================================
--- branches/community/Seam_2_1/seam-gen/README	2009-06-23 15:25:01 UTC (rev 11193)
+++ branches/community/Seam_2_1/seam-gen/README	2009-06-23 15:25:17 UTC (rev 11194)
@@ -139,3 +139,23 @@
 	  that allow them to be managed.
 
       Example: seam generate
+
+   add-identity-management
+     Adds Seam's identity management support to an existing project.  The
+     command modifies the component descriptor to activate the identity
+     management components, generates annotated User and UserRole entities,
+     and wires the identity management components to these entities. The
+     command also generates an administrative interface to manage the users
+     and roles.
+
+      Example: seam add-identity-management
+
+   add-ivy
+     Alters an existing project to use Ivy to manage the dependencies. The
+     command adds Ivy configuration files and a cooresponding Ant build file.
+     The Ant tasks invoke Ivy to download the dependency sets required to
+     build, test and deploy the application. The step of downloading the
+     dependencies is kept separate from the build life cycle.
+
+      Example: seam add-ivy
+




More information about the seam-commits mailing list