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

Gavin King gavin.king at jboss.com
Fri Nov 2 04:01:19 EDT 2007


  User: gavin   
  Date: 07/11/02 04:01:19

  Modified:    seam-gen  build.xml
  Log:
  Get rid of "Bean" suffix for conversation controller
  
  Revision  Changes    Path
  1.115     +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.114
  retrieving revision 1.115
  diff -u -b -r1.114 -r1.115
  --- build.xml	26 Oct 2007 09:20:06 -0000	1.114
  +++ build.xml	2 Nov 2007 08:01:19 -0000	1.115
  @@ -939,7 +939,7 @@
   
       <target name="new-conversation-war" depends="validate-project,action-input,setup-filters" if="project.war">
           <echo message="Creating a new JavaBean component with @Begin and @End methods" />
  -        <copy file="${base.dir}/src/ConversationJavaBean.java" tofile="${bean.file}">
  +        <copy file="${base.dir}/src/ConversationJavaBean.java" tofile="${interface.file}">
               <filterset refid="filters"/>
           </copy>
           <copy file="${base.dir}/view/conversation.xhtml" tofile="${page.file}">
  
  
  



More information about the jboss-cvs-commits mailing list