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

Gavin King gavin.king at jboss.com
Sun Dec 10 10:42:02 EST 2006


  User: gavin   
  Date: 06/12/10 10:42:02

  Modified:    seam-gen  build.xml
  Log:
  make the Done buttons work nicely
  
  Revision  Changes    Path
  1.48      +6 -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.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- build.xml	8 Dec 2006 22:53:35 -0000	1.47
  +++ build.xml	10 Dec 2006 15:42:02 -0000	1.48
  @@ -676,9 +676,15 @@
           	<hbmtemplate filepattern="{class-name}.xhtml"
           	                template="view/view.xhtml.ftl" 
           		             destdir="${project.home}/view"/>
  +        	<hbmtemplate filepattern="{class-name}.page.xml"
  +        	                template="view/edit.page.xml.ftl" 
  +        		             destdir="${project.home}/view"/>
           	<hbmtemplate filepattern="{class-name}Edit.xhtml"
           	                template="view/edit.xhtml.ftl" 
           		             destdir="${project.home}/view"/>
  +        	<hbmtemplate filepattern="{class-name}Edit.page.xml"
  +        	                template="view/edit.page.xml.ftl" 
  +        		             destdir="${project.home}/view"/>
           	<hbmtemplate filepattern="{package-name}/{class-name}List.java"
           	                template="src/EntityList.java.ftl" 
           		             destdir="${project.home}/src"/>
  
  
  



More information about the jboss-cvs-commits mailing list