[seam-commits] Seam SVN: r10804 - modules/trunk/jsf-upgrade-tool.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue May 5 20:18:07 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-05-05 20:18:07 -0400 (Tue, 05 May 2009)
New Revision: 10804

Modified:
   modules/trunk/jsf-upgrade-tool/pom.xml
Log:
clarification

Modified: modules/trunk/jsf-upgrade-tool/pom.xml
===================================================================
--- modules/trunk/jsf-upgrade-tool/pom.xml	2009-05-05 23:15:56 UTC (rev 10803)
+++ modules/trunk/jsf-upgrade-tool/pom.xml	2009-05-06 00:18:07 UTC (rev 10804)
@@ -15,13 +15,18 @@
    <name>JSF Upgrade Tool</name>
 
    <description>
-      The sole purpose of this Maven project is to upgrade the JSF libraries on JBoss AS 5 (or any other app server this
-      build is made to support). It works by copying the dependencies (JSF) directly to the application server. In the
-      case of JBoss AS 5, that is the jbossweb.sar in the domain's deploy directory.
+      The sole purpose of this Maven project is to upgrade the JSF libraries on 
+      JBoss AS 5 (or any other app server this build is made to support). It works 
+      by copying the dependencies (JSF) directly to the application server. In the
+      case of JBoss AS 5, that is the jbossweb.sar in the domain's deploy 
+      directory.
 
-      WARNING: The existing JSF libraries are overwritten, so you may want to back them up first.
+      WARNING: The existing JSF libraries are overwritten, so you may want to back 
+      them up first.
    
-      To run the project, type mvn from the commandline. The package goal will execute and perform the deployment.
+      To run the project, type mvn from the commandline. For JBoss AS 5 
+      installations, the JBOSS_HOME environment variable must first be set.  
+      The package goal will execute and perform the deployment.
    </description>
 
    <build>




More information about the seam-commits mailing list