[jboss-cvs] jboss-seam/examples/hibernate/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Fri Nov 10 14:07:55 EST 2006
User: gavin
Date: 06/11/10 14:07:55
Modified: examples/hibernate/resources/WEB-INF components.xml
pages.xml
Log:
add DOCTYPES, fix many minor HTML errors
Revision Changes Path
1.4 +4 -0 jboss-seam/examples/hibernate/resources/WEB-INF/components.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/resources/WEB-INF/components.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- components.xml 22 Oct 2006 11:02:31 -0000 1.3
+++ components.xml 10 Nov 2006 19:07:55 -0000 1.4
@@ -1,3 +1,7 @@
+<!DOCTYPE components PUBLIC
+ "-//JBoss/Seam Component Configuration DTD 1.1//EN"
+ "http://jboss.com/products/seam/components-1.1.dtd">
+
<components>
<component name="org.jboss.seam.core.init">
1.2 +4 -0 jboss-seam/examples/hibernate/resources/WEB-INF/pages.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pages.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/resources/WEB-INF/pages.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pages.xml 23 Jan 2006 11:19:38 -0000 1.1
+++ pages.xml 10 Nov 2006 19:07:55 -0000 1.2
@@ -1,3 +1,7 @@
+<!DOCTYPE pages PUBLIC
+ "-//JBoss/Seam Pages Configuration DTD 1.1//EN"
+ "http://jboss.com/products/seam/pages-1.1.dtd">
+
<pages>
<page view-id="/main.xhtml" timeout="300000">Search hotels: #{hotelBooking.searchString}</page>
<page view-id="/hotel.xhtml" timeout="300000">View hotel: #{hotel.name}</page>
More information about the jboss-cvs-commits
mailing list