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

Michael Yuan michael.yuan at jboss.com
Fri Dec 8 17:53:35 EST 2006


  User: myuan   
  Date: 06/12/08 17:53:35

  Modified:    seam-gen  build.xml
  Log:
  facelets module support in netbeans
  
  Revision  Changes    Path
  1.47      +4 -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.46
  retrieving revision 1.47
  diff -u -b -r1.46 -r1.47
  --- build.xml	7 Dec 2006 04:15:45 -0000	1.46
  +++ build.xml	8 Dec 2006 22:53:35 -0000	1.47
  @@ -106,7 +106,7 @@
           <echo message="Welcome to seam-gen :-)"/>
           <property name="workspace.home" value="C:/Projects"/>
           <input addproperty="workspace.home.new" 
  -                   message="Enter your Java project workspace [${workspace.home}]" 
  +                   message="Enter your Java project workspace (the directory that contains your Seam projects) [${workspace.home}]" 
                 defaultvalue="${workspace.home}"/>
       	<pathFixer property="workspace.home.new" />
           
  @@ -520,7 +520,9 @@
       		<equals arg1="${eclipse.wtp}" arg2="y"/>
       	</condition>
           <echo message="A new Seam project was created in the ${workspace.home} directory"/>
  -    	<echo message="Add the project from inside Eclipse (or type 'seam explode') and go to http://localhost:8080/${project.name}"/>
  +    	<echo message="Type 'seam explode' and go to http://localhost:8080/${project.name}"/>
  +    	<echo message="Eclipse Users: Add the project as a new Java project from inside Eclipse"/>
  +    	<echo message="NetBeans Users: Open the project in NetBeans"/>
       </target>
   
       <target name="update-project" depends="validate-project">
  
  
  



More information about the jboss-cvs-commits mailing list