[jboss-cvs] jboss-seam/seam-gen/icefaces/view ...
Peter Muir
peter at bleepbleep.org.uk
Wed Jan 9 08:57:34 EST 2008
User: pmuir
Date: 08/01/09 08:57:34
Modified: seam-gen/icefaces/view editproperty.xhtml.ftl
viewproperty.xhtml.ftl list.xhtml.ftl
list.page.xml.ftl
Log:
Fix icefaces/generate problem
Revision Changes Path
1.8 +1 -1 jboss-seam/seam-gen/icefaces/view/editproperty.xhtml.ftl
(In the diff below, changes in quantity of whitespace are not shown.)
Index: editproperty.xhtml.ftl
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/icefaces/view/editproperty.xhtml.ftl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- editproperty.xhtml.ftl 8 Jan 2008 15:58:54 -0000 1.7
+++ editproperty.xhtml.ftl 9 Jan 2008 13:57:33 -0000 1.8
@@ -1,4 +1,4 @@
-<#include "../../util/TypeInfo.ftl">
+<#include "../util/TypeInfo.ftl">
<#if !c2h.isCollection(property) && !c2h.isManyToOne(property) && property != pojo.versionProperty!>
<#assign propertyIsId = property.equals(pojo.identifierProperty)>
1.7 +1 -1 jboss-seam/seam-gen/icefaces/view/viewproperty.xhtml.ftl
(In the diff below, changes in quantity of whitespace are not shown.)
Index: viewproperty.xhtml.ftl
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/icefaces/view/viewproperty.xhtml.ftl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- viewproperty.xhtml.ftl 28 Nov 2007 23:50:41 -0000 1.6
+++ viewproperty.xhtml.ftl 9 Jan 2008 13:57:33 -0000 1.7
@@ -1,4 +1,4 @@
-<#include "../../util/TypeInfo.ftl">
+<#include "../util/TypeInfo.ftl">
<#if !property.equals(pojo.identifierProperty) || property.value.identifierGeneratorStrategy == "assigned">
<#if c2j.isComponent(property)>
1.9 +1 -1 jboss-seam/seam-gen/icefaces/view/list.xhtml.ftl
(In the diff below, changes in quantity of whitespace are not shown.)
Index: list.xhtml.ftl
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/icefaces/view/list.xhtml.ftl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- list.xhtml.ftl 8 Jan 2008 20:13:18 -0000 1.8
+++ list.xhtml.ftl 9 Jan 2008 13:57:33 -0000 1.9
@@ -1,6 +1,6 @@
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<#include "../../util/TypeInfo.ftl">
+<#include "../util/TypeInfo.ftl">
<#assign entityName = pojo.shortName>
<#assign componentName = util.lower(entityName)>
1.6 +1 -1 jboss-seam/seam-gen/icefaces/view/list.page.xml.ftl
(In the diff below, changes in quantity of whitespace are not shown.)
Index: list.page.xml.ftl
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/icefaces/view/list.page.xml.ftl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- list.page.xml.ftl 8 Jan 2008 15:58:54 -0000 1.5
+++ list.page.xml.ftl 9 Jan 2008 13:57:33 -0000 1.6
@@ -7,7 +7,7 @@
xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd">
-<#include "../../util/TypeInfo.ftl">
+<#include "../util/TypeInfo.ftl">
<#assign entityName = pojo.shortName>
<#assign componentName = util.lower(entityName)>
More information about the jboss-cvs-commits
mailing list