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

Gavin King gavin.king at jboss.com
Thu Nov 2 21:35:44 EST 2006


  User: gavin   
  Date: 06/11/02 21:35:44

  Modified:    seam-gen     README build.xml seam.bat seam.sh
  Log:
  edit page
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/seam-gen/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/README,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- README	3 Nov 2006 00:53:48 -0000	1.7
  +++ README	3 Nov 2006 02:35:44 -0000	1.8
  @@ -66,7 +66,7 @@
         Create a new EJB3 entity bean with key Seam/EJB3 annotations
         and a couple of stub attributes.
   	     
  -      Example: seam new-entity PROJECT_NAME CLASS_NAME
  +      Example: seam new-entity PROJECT_NAME CLASS_NAME [PAGE_NAME]
   	     
      new-mdb
         Create a new EJB3 MDB with key Seam/EJB3 annotations. 
  
  
  
  1.13      +2 -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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- build.xml	3 Nov 2006 00:03:30 -0000	1.12
  +++ build.xml	3 Nov 2006 02:35:44 -0000	1.13
  @@ -258,6 +258,7 @@
   			<arg value="new-entity" />
   			<arg value="${project.name}" />
   			<arg value="${action.name}" />
  +			<arg value="${page.name}" />
   			<classpath>
   				<pathelement location="../lib/freemarker.jar" />
   				<pathelement path="../jboss-seam-gen.jar" />
  
  
  
  1.7       +1 -1      jboss-seam/seam-gen/seam.bat
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam.bat
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/seam.bat,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- seam.bat	3 Nov 2006 00:53:48 -0000	1.6
  +++ seam.bat	3 Nov 2006 02:35:44 -0000	1.7
  @@ -29,7 +29,7 @@
   
   if "%SEAMTASK%" == "new-conversation" ant new-conversation -Dproject.name=%PROJECTNAME% -Daction.name=%TASKINPUT% -Dpage.name=%TASKINPUT2%
   
  -if "%SEAMTASK%" == "new-entity" ant new-entity -Dproject.name=%PROJECTNAME% -Daction.name=%TASKINPUT%
  +if "%SEAMTASK%" == "new-entity" ant new-entity -Dproject.name=%PROJECTNAME% -Daction.name=%TASKINPUT% -Dpage.name=%TASKINPUT2%
   
   if "%SEAMTASK%" == "new-mdb" ant new-mdb -Dproject.name=%PROJECTNAME% -Daction.name=%TASKINPUT%
   
  
  
  
  1.7       +1 -1      jboss-seam/seam-gen/seam.sh
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam.sh
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/seam.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- seam.sh	3 Nov 2006 00:53:48 -0000	1.6
  +++ seam.sh	3 Nov 2006 02:35:44 -0000	1.7
  @@ -40,7 +40,7 @@
   
   elif [ "${seamtask}" = new-entity ] 
   	then
  -		ant new-entity -Dproject.name=${projectname} -Daction.name=${taskinput} 
  +		ant new-entity -Dproject.name=${projectname} -Daction.name=${taskinput} -Dpage.name=${taskinput2}
   
   elif [ "${seamtask}" = new-mdb ] 
   	then
  
  
  



More information about the jboss-cvs-commits mailing list