[seam-commits] Seam SVN: r14916 - in branches/enterprise/WFK-2_0/examples-ee6/excel: excel-web/src/main/webapp and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jun 14 09:06:46 EDT 2012
Author: manaRH
Date: 2012-06-14 09:06:46 -0400 (Thu, 14 Jun 2012)
New Revision: 14916
Modified:
branches/enterprise/WFK-2_0/examples-ee6/excel/excel-web/src/main/webapp/home.xhtml
branches/enterprise/WFK-2_0/examples-ee6/excel/readme.txt
Log:
bz #831643 fixed uncorrect text instructions and claims
Modified: branches/enterprise/WFK-2_0/examples-ee6/excel/excel-web/src/main/webapp/home.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/excel/excel-web/src/main/webapp/home.xhtml 2012-06-14 12:55:27 UTC (rev 14915)
+++ branches/enterprise/WFK-2_0/examples-ee6/excel/excel-web/src/main/webapp/home.xhtml 2012-06-14 13:06:46 UTC (rev 14916)
@@ -18,7 +18,7 @@
<br />
<br />
- <h:outputText value="Export ajax searchable Richfaces table"
+ <h:outputText value="Export JSF searchable table"
styleClass="subheader"></h:outputText>
<br />
<h:form id="excelExport">
Modified: branches/enterprise/WFK-2_0/examples-ee6/excel/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/excel/readme.txt 2012-06-14 12:55:27 UTC (rev 14915)
+++ branches/enterprise/WFK-2_0/examples-ee6/excel/readme.txt 2012-06-14 13:06:46 UTC (rev 14916)
@@ -3,7 +3,7 @@
This example demonstrates the Seam Excel functionality.
-To deploy the example to JBoss AS7 , follow these steps:
+To deploy the example, follow these steps:
* In the example root directory run:
@@ -11,9 +11,9 @@
* Set JBOSS_HOME environment property.
-* Start the AS7 up.
+* Start the server up.
-* Go to excel-ear directory and deply the sample by running:
+* Go to excel-ear directory and deploy the sample by running:
mvn jboss-as:deploy
More information about the seam-commits
mailing list