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

Gavin King gavin.king at jboss.com
Thu Nov 9 11:07:35 EST 2006


  User: gavin   
  Date: 06/11/09 11:07:35

  Modified:    seam-gen  build.xml
  Log:
  hide the WTP stuff for this release
  
  Revision  Changes    Path
  1.38      +3 -2      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.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- build.xml	9 Nov 2006 13:50:57 -0000	1.37
  +++ build.xml	9 Nov 2006 16:07:35 -0000	1.38
  @@ -97,10 +97,11 @@
       	<pathFixer property="workspace.home.new" />
           
           <property name="eclipse.wtp" value="N"/>
  -        <input addproperty="eclipse.wtp.new" 
  +        <!--input addproperty="eclipse.wtp.new" 
                      message="Is this an Eclipse WTP workspace [${eclipse.wtp}] " 
                    validargs="Y,N," 
  -              defaultvalue="${eclipse.wtp}"/>
  +              defaultvalue="${eclipse.wtp}"/-->
  +    	<property name="eclipse.wtp.new" value="N"/>
           
           <property name="jboss.home" value="C:/Program Files/jboss-4.0.5.GA"/>
           <input addproperty="jboss.home.new" 
  
  
  



More information about the jboss-cvs-commits mailing list