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

Gavin King gavin.king at jboss.com
Sat Dec 16 09:51:30 EST 2006


  User: gavin   
  Date: 06/12/16 09:51:30

  Modified:    seam-gen  build.xml
  Log:
  protect edit screen
  
  Revision  Changes    Path
  1.55      +1 -1      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.54
  retrieving revision 1.55
  diff -u -b -r1.54 -r1.55
  --- build.xml	16 Dec 2006 13:43:15 -0000	1.54
  +++ build.xml	16 Dec 2006 14:51:30 -0000	1.55
  @@ -732,7 +732,7 @@
           	                template="view/view.xhtml.ftl" 
           		             destdir="${project.home}/view"/>
           	<hbmtemplate filepattern="{class-name}.page.xml"
  -        	                template="view/edit.page.xml.ftl" 
  +        	                template="view/view.page.xml.ftl" 
           		             destdir="${project.home}/view"/>
           	<hbmtemplate filepattern="{class-name}Edit.xhtml"
           	                template="view/edit.xhtml.ftl" 
  
  
  



More information about the jboss-cvs-commits mailing list