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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Jun 16 18:07:44 EDT 2010


Author: shane.bryzak at jboss.com
Date: 2010-06-16 18:07:44 -0400 (Wed, 16 Jun 2010)
New Revision: 6466

Added:
   examples/trunk/jsf/pastecode/src/main/webapp/favicon.ico
Modified:
   examples/trunk/jsf/pastecode/src/main/webapp/template.xhtml
Log:
add favicon


Added: examples/trunk/jsf/pastecode/src/main/webapp/favicon.ico
===================================================================
(Binary files differ)


Property changes on: examples/trunk/jsf/pastecode/src/main/webapp/favicon.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: examples/trunk/jsf/pastecode/src/main/webapp/template.xhtml
===================================================================
--- examples/trunk/jsf/pastecode/src/main/webapp/template.xhtml	2010-06-16 21:30:13 UTC (rev 6465)
+++ examples/trunk/jsf/pastecode/src/main/webapp/template.xhtml	2010-06-16 22:07:44 UTC (rev 6466)
@@ -11,7 +11,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   	<title>PasteCode</title>
   	<link rel="stylesheet" href="style/style.css" type="text/css" media="screen" />
-  
+    <link REL="SHORTCUT ICON" HREF="favicon.ico"/>
   	<ui:insert name="themes"/>
   	<ui:insert name="head"/>
   	



More information about the weld-commits mailing list