[jboss-cvs] jboss-seam/seam-gen ...
Gavin King
gavin.king at jboss.com
Sun Dec 10 11:53:28 EST 2006
User: gavin
Date: 06/12/10 11:53:28
Modified: seam-gen build.xml
Log:
get rid of @RequestParameter
fix bug in conversation model
Revision Changes Path
1.49 +3 -0 jboss-seam/seam-gen/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- build.xml 10 Dec 2006 15:42:02 -0000 1.48
+++ build.xml 10 Dec 2006 16:53:28 -0000 1.49
@@ -688,6 +688,9 @@
<hbmtemplate filepattern="{package-name}/{class-name}List.java"
template="src/EntityList.java.ftl"
destdir="${project.home}/src"/>
+ <hbmtemplate filepattern="{class-name}List.page.xml"
+ template="view/list.page.xml.ftl"
+ destdir="${project.home}/view"/>
<hbmtemplate filepattern="{package-name}/{class-name}Home.java"
template="src/EntityHome.java.ftl"
destdir="${project.home}/src"/>
More information about the jboss-cvs-commits
mailing list