[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Fri Nov 10 14:54:23 EST 2006


  User: gavin   
  Date: 06/11/10 14:54:23

  Modified:    jboss-seam  build.xml
  Log:
  more
  
  Revision  Changes    Path
  1.105     +4 -0      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.104
  retrieving revision 1.105
  diff -u -b -r1.104 -r1.105
  --- build.xml	9 Nov 2006 17:56:26 -0000	1.104
  +++ build.xml	10 Nov 2006 19:54:23 -0000	1.105
  @@ -223,6 +223,8 @@
           <ant dir="examples/remoting/helloworld" target="clean" inheritall="false"/>
           <ant dir="examples/remoting/chatroom" target="clean" inheritall="false"/>
           <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"/>
   
       </target>
       
  @@ -242,6 +244,8 @@
           <ant dir="examples/remoting/helloworld" target="undeploy" inheritall="false"/>
           <ant dir="examples/remoting/chatroom" target="undeploy" inheritall="false"/>
           <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/booking" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/hibernate" target="undeploy.tomcat" inheritall="false"/>
  
  
  



More information about the jboss-cvs-commits mailing list