[seam-commits] Seam SVN: r12961 - in modules/faces/trunk: dist and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 2 11:29:49 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-06-02 11:29:48 -0400 (Wed, 02 Jun 2010)
New Revision: 12961

Removed:
   modules/faces/trunk/dist/distribution.txt
Modified:
   modules/faces/trunk/readme.txt
Log:
better instructions

Deleted: modules/faces/trunk/dist/distribution.txt
===================================================================
--- modules/faces/trunk/dist/distribution.txt	2010-06-02 15:09:54 UTC (rev 12960)
+++ modules/faces/trunk/dist/distribution.txt	2010-06-02 15:29:48 UTC (rev 12961)
@@ -1,5 +0,0 @@
-To create the Seam Faces distribution, run the following Maven command:
-
-mvn clean package -Ddist
-
-Release binaries will be produced in: dist/target

Modified: modules/faces/trunk/readme.txt
===================================================================
--- modules/faces/trunk/readme.txt	2010-06-02 15:09:54 UTC (rev 12960)
+++ modules/faces/trunk/readme.txt	2010-06-02 15:29:48 UTC (rev 12961)
@@ -1,50 +1,6 @@
+Building
+--------
 
-                              Seam Faces Module
-                               3.0.0 SNAPSHOT
-
- What is it?
- ===========
-
- The Seam 3 Faces Module is focused on enhancements for the JavaServer Faces
- (JSF) web framework, extended integration between JSF and CDI, and integration
- between JSF and other Seam 3 modules.
-
- Contents of distribution
- ========================
-
- docs/
-
-    API Docs and reference guide.
-  
- examples/
-
-    Seam Faces examples
-  
- ...
-  
- Licensing
- =========
-
- This distribution, as a whole, is licensed under the terms of the Apache
- License, Version 2.0 (see apl.txt).
-
- Seam Faces URLs
- ===============
-
- Seam 3 Faces Module:  http://www.sfwk.org/Seam3/FacesModule
- Seam 3 Home Page:     http://www.sfwk.org/Seam3
- Downloads:            http://www.sfwk.org/Seam3/DistributionDownloads
- Forums:               http://www.sfwk.org/Community/Seam3Users
- Source Code:          http://anonsvn.jboss.org/repos/seam/modules/faces
- Issue Tracking:       http://jira.jboss.org/jira/browse/SEAMFACES
-
- Release Notes
- =============
-
-    *  View actions
-    * javax.faces.bean.*Scoped aliases
-    * @FlashScoped and @ViewScoped
-    * CDI / Faces Phase & System Event bridge
-    * JSF API producers (FacesContext, ExternalContext, NavigationHandler, etc...)
-    * Simplified EL name to conversation: #{conversation.transient}
-
+* Run mvn clean install
+* To create the zip distribution, run mvn clean install -Ddist - the resulting zip is located in dist/target/seam-face-${version}.zip 
+* The readme.txt  placed in the distribution is not this one, see dist/src/main/assembly/readme.txt 



More information about the seam-commits mailing list