[seam-commits] Seam SVN: r12701 - branches/enterprise/JBPAPP_4_3_FP01/seam-gen/view/layout.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 10 05:15:21 EDT 2010


Author: manaRH
Date: 2010-05-10 05:15:20 -0400 (Mon, 10 May 2010)
New Revision: 12701

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/seam-gen/view/layout/template.xhtml
Log:
JBPAPP-4260 - back port the fix of not using resource:// in seam-gen

Modified: branches/enterprise/JBPAPP_4_3_FP01/seam-gen/view/layout/template.xhtml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/seam-gen/view/layout/template.xhtml	2010-05-10 09:15:00 UTC (rev 12700)
+++ branches/enterprise/JBPAPP_4_3_FP01/seam-gen/view/layout/template.xhtml	2010-05-10 09:15:20 UTC (rev 12701)
@@ -12,7 +12,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>@projectName@</title>
     <link rel="shortcut icon" href="#{request.contextPath}/favicon.ico"/>
-    <a:loadStyle src="resource:///stylesheet/theme.xcss"/>
+    <a:loadStyle src="/stylesheet/theme.xcss"/>
     <a:loadStyle src="/stylesheet/theme.css"/>
     <ui:insert name="head"/>
 </head>



More information about the seam-commits mailing list