[weld-commits] Weld SVN: r6460 - examples/trunk/jsf/pastecode/src/main/webapp.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Jun 16 15:26:39 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-06-16 15:26:39 -0400 (Wed, 16 Jun 2010)
New Revision: 6460

Modified:
   examples/trunk/jsf/pastecode/src/main/webapp/template.xhtml
Log:
minor

Modified: examples/trunk/jsf/pastecode/src/main/webapp/template.xhtml
===================================================================
--- examples/trunk/jsf/pastecode/src/main/webapp/template.xhtml	2010-06-16 19:21:32 UTC (rev 6459)
+++ examples/trunk/jsf/pastecode/src/main/webapp/template.xhtml	2010-06-16 19:26:39 UTC (rev 6460)
@@ -70,11 +70,9 @@
 			<table bgcolor="#E9E9F8">
 				<tr valign="top">
 					<td bordercolor="#E9E9F8" >
-					
 						<ui:insert name="rightmenu">
 							Menu right
 						</ui:insert>
-						
 					</td>
 				</tr>
 			</table>
@@ -88,7 +86,7 @@
 
 <div id="footer">
 	<ui:insert name="footer">
-		Powered by WELD (Context and Dependency Injection RI)
+		Powered by Weld, the Reference Implementation for Contexts and Dependency Injection for Java EE
 	</ui:insert>
 </div>
 



More information about the weld-commits mailing list