[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Tue Nov 7 21:13:12 EST 2006


  User: gavin   
  Date: 06/11/07 21:13:12

  Modified:    jboss-seam  seam
  Log:
  remove jar
  
  Revision  Changes    Path
  1.9       +2 -2      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- seam	6 Nov 2006 22:18:20 -0000	1.8
  +++ seam	8 Nov 2006 02:13:12 -0000	1.9
  @@ -10,12 +10,12 @@
   if [ "${1}" = new-project ] 
   then
   
  -  ant new-project -Dproject.name=${2} 
  +  ant new-project ${3} ${4} ${5} ${6} ${7} -Dproject.name=${2} 
   
   elif [ "${1}" = new-wtp-project ] 
   then
   
  -  ant new-wtp-project -Dproject.name=${2} 
  +  ant new-wtp-project ${3} ${4} ${5} ${6} ${7} -Dproject.name=${2}
   
   else
   
  
  
  



More information about the jboss-cvs-commits mailing list