[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Wed Nov 29 13:53:28 EST 2006


  User: gavin   
  Date: 06/11/29 13:53:28

  Modified:    jboss-seam  build.xml
  Log:
  glassfish example
  
  Revision  Changes    Path
  1.112     +4 -1      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -b -r1.111 -r1.112
  --- build.xml	27 Nov 2006 04:07:06 -0000	1.111
  +++ build.xml	29 Nov 2006 18:53:28 -0000	1.112
  @@ -228,6 +228,7 @@
           <ant dir="examples/remoting/progressbar" target="clean" inheritall="false"/>
           <ant dir="examples/hibernate2" target="clean" inheritall="false"/>
           <ant dir="examples/jpa" target="clean" inheritall="false"/>
  +    	<ant dir="examples/glassfish" target="clean" inheritall="false"/>
   
       </target>
       
  @@ -251,6 +252,7 @@
           <ant dir="examples/remoting/progressbar" target="undeploy" inheritall="false"/>
           <ant dir="examples/hibernate2" target="undeploy" inheritall="false"/>
           <ant dir="examples/jpa" target="undeploy" inheritall="false"/>
  +    	<ant dir="examples/glassfish" target="undeploy" inheritall="false"/>
   
           <ant dir="examples/booking" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/hibernate" target="undeploy.tomcat" inheritall="false"/>
  @@ -624,6 +626,7 @@
                   <include name="hibernate/**/*"/>
               	<include name="hibernate2/**/*"/>
               	<include name="jpa/**/*"/>
  +            	<include name="glassfish/**/*"/>
                   <include name="blog/**/*"/>
                   <include name="contactlist/**/*"/>
                   <include name="issues/**/*"/>
  
  
  



More information about the jboss-cvs-commits mailing list