[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Sun Nov 5 22:06:09 EST 2006


  User: gavin   
  Date: 06/11/05 22:06:09

  Modified:    jboss-seam   seam seam.bat
  Log:
  default setup to old values
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- seam	5 Nov 2006 21:01:38 -0000	1.3
  +++ seam	6 Nov 2006 03:06:09 -0000	1.4
  @@ -14,7 +14,7 @@
   
   if [ "${seamtask}" = setup ] 
   	then
  -		ant -buildfile build-setup.xml
  +		ant setup
   
   elif [ "${seamtask}" = new-project ] 
   	then
  
  
  
  1.4       +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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- seam.bat	5 Nov 2006 21:01:38 -0000	1.3
  +++ seam.bat	6 Nov 2006 03:06:09 -0000	1.4
  @@ -17,7 +17,7 @@
   
   if "%SEAMTASK%" == "" more USAGE
   
  -if "%SEAMTASK%" == "setup" ant -buildfile=build-setup.xml
  +if "%SEAMTASK%" == "setup" ant setup
   
   if "%SEAMTASK%" == "new-project" ant new-project -Dproject.name=%TASKINPUT%
   
  
  
  



More information about the jboss-cvs-commits mailing list