[weld-commits] Weld SVN: r4893 - in examples/trunk/jsf: permalink and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 15:27:07 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-09 15:27:07 -0500 (Mon, 09 Nov 2009)
New Revision: 4893

Modified:
   examples/trunk/jsf/login/src/main/webapp/home.xhtml
   examples/trunk/jsf/login/src/main/webapp/template.xhtml
   examples/trunk/jsf/permalink/readme.txt
Log:
minor

Modified: examples/trunk/jsf/login/src/main/webapp/home.xhtml
===================================================================
--- examples/trunk/jsf/login/src/main/webapp/home.xhtml	2009-11-09 20:26:56 UTC (rev 4892)
+++ examples/trunk/jsf/login/src/main/webapp/home.xhtml	2009-11-09 20:27:07 UTC (rev 4893)
@@ -2,8 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"
     xmlns:ui="http://java.sun.com/jsf/facelets"
     xmlns:h="http://java.sun.com/jsf/html"
-    xmlns:f="http://java.sun.com/jsf/core"
-    xmlns:s="http://jboss.com/products/seam/taglib">
+    xmlns:f="http://java.sun.com/jsf/core">
 
   <ui:composition template="template.xhtml">
     <ui:define name="content">

Modified: examples/trunk/jsf/login/src/main/webapp/template.xhtml
===================================================================
--- examples/trunk/jsf/login/src/main/webapp/template.xhtml	2009-11-09 20:26:56 UTC (rev 4892)
+++ examples/trunk/jsf/login/src/main/webapp/template.xhtml	2009-11-09 20:27:07 UTC (rev 4893)
@@ -1,7 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
     xmlns:ui="http://java.sun.com/jsf/facelets"
-    xmlns:s="http://jboss.com/products/seam/taglib"
     xmlns:h="http://java.sun.com/jsf/html"
     xmlns:f="http://java.sun.com/jsf/core">
 

Modified: examples/trunk/jsf/permalink/readme.txt
===================================================================
--- examples/trunk/jsf/permalink/readme.txt	2009-11-09 20:26:56 UTC (rev 4892)
+++ examples/trunk/jsf/permalink/readme.txt	2009-11-09 20:27:07 UTC (rev 4893)
@@ -26,6 +26,8 @@
 local URL to access the running application:
 
  http://localhost:8080/weld-permalink
+ 
+Alternatively, run ant restart to have the app copied to you ${jboss.home}
 
 But you may want to take advantage of the embedded servlet containers.
 
@@ -105,7 +107,7 @@
 
 = Importing the project into Eclipse
 
-The recommended way to setup a Seam example in Eclipse is to use the m2eclipse
+The recommended way to setup a Weld example in Eclipse is to use the m2eclipse
 plugin. This plugin derives the build classpath from the dependencies listed in
 the pom.xml file. It also has direct integration with Maven build commands.
 



More information about the weld-commits mailing list