[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Sun Nov 5 14:14:40 EST 2006


  User: gavin   
  Date: 06/11/05 14:14:40

  Modified:    jboss-seam   seam seam.bat
  Log:
  don't use freemarker for seam setup
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/seam
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam	3 Nov 2006 18:22:46 -0000	1.1
  +++ seam	5 Nov 2006 19:14:40 -0000	1.2
  @@ -13,7 +13,7 @@
   
   cd seam-gen
   
  -if [ "${seamtask}" = set-properties ] 
  +if [ "${seamtask}" = setup ] 
   	then
   		ant -buildfile build-project-setup.xml
   
  
  
  
  1.2       +1 -1      jboss-seam/seam.bat
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam.bat
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam.bat	3 Nov 2006 18:22:46 -0000	1.1
  +++ seam.bat	5 Nov 2006 19:14:40 -0000	1.2
  @@ -18,7 +18,7 @@
   
   if "%SEAMTASK%" == "" more USAGE
   
  -if "%SEAMTASK%" == "set-properties" ant -buildfile=build-project-setup.xml
  +if "%SEAMTASK%" == "setup" ant -buildfile=build-project-setup.xml
   
   if "%SEAMTASK%" == "new-project" ant new-project -Dproject.name=%PROJECTNAME%
   
  
  
  



More information about the jboss-cvs-commits mailing list