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

James Williams james.williams at jboss.com
Thu Nov 9 09:57:58 EST 2006


  User: jwilliams
  Date: 06/11/09 09:57:58

  Modified:    jboss-seam  seam.bat
  Log:
  brought usage logic to top of script.
  
  Revision  Changes    Path
  1.11      +2 -0      /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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- seam.bat	9 Nov 2006 14:20:08 -0000	1.10
  +++ seam.bat	9 Nov 2006 14:57:58 -0000	1.11
  @@ -14,6 +14,8 @@
   set SEAMTASK=%1%
   set PROJECTNAME=%2%
   
  +if [%1] == [] (goto usage)
  +
   if %SEAMTASK% == setup ( ant setup -buildfile=%SEAMGENDIR%\build.xml ) else (goto new-project)
   
   :new-project
  
  
  



More information about the jboss-cvs-commits mailing list