[jboss-cvs] jboss-seam/seam-gen ...

Gavin King gavin.king at jboss.com
Tue Nov 7 04:11:57 EST 2006


  User: gavin   
  Date: 06/11/07 04:11:57

  Modified:    seam-gen  build.xml
  Log:
  separate view/edit pages, better conversation model
  
  Revision  Changes    Path
  1.27      +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.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- build.xml	7 Nov 2006 05:18:57 -0000	1.26
  +++ build.xml	7 Nov 2006 09:11:57 -0000	1.27
  @@ -533,6 +533,9 @@
           	                template="view/list.xhtml.ftl" 
           		             destdir="${project.home}/view"/>
           	<hbmtemplate filepattern="{class-name}.xhtml"
  +        	                template="view/view.xhtml.ftl" 
  +        		             destdir="${project.home}/view"/>
  +        	<hbmtemplate filepattern="{class-name}Edit.xhtml"
           	                template="view/edit.xhtml.ftl" 
           		             destdir="${project.home}/view"/>
           	<hbmtemplate filepattern="{package-name}/{class-name}List.java"
  
  
  



More information about the jboss-cvs-commits mailing list