[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Wed Oct 11 00:45:38 EDT 2006


  User: gavin   
  Date: 06/10/11 00:45:38

  Modified:    jboss-seam  build.xml
  Log:
  new example
  
  Revision  Changes    Path
  1.90      +6 -3      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.89
  retrieving revision 1.90
  diff -u -b -r1.89 -r1.90
  --- build.xml	23 Aug 2006 23:53:30 -0000	1.89
  +++ build.xml	11 Oct 2006 04:45:38 -0000	1.90
  @@ -210,6 +210,7 @@
           <ant dir="examples/blog" target="clean" inheritall="false"/>
           <ant dir="examples/issues" target="clean" inheritall="false"/>
           <ant dir="examples/dvdstore" target="clean" inheritall="false"/>
  +    	<ant dir="examples/contactlist" target="clean" inheritall="false"/>
           <ant dir="examples/messages" target="clean" inheritall="false"/>
           <ant dir="examples/numberguess" target="clean" inheritall="false"/>
           <ant dir="examples/registration" target="clean" inheritall="false"/>
  @@ -229,6 +230,7 @@
           <ant dir="examples/blog" target="undeploy" inheritall="false"/>
           <ant dir="examples/issues" target="undeploy" inheritall="false"/>
           <ant dir="examples/dvdstore" target="undeploy" inheritall="false"/>
  +    	<ant dir="examples/contactlist" target="undeploy" inheritall="false"/>
           <ant dir="examples/messages" target="undeploy" inheritall="false"/>
           <ant dir="examples/numberguess" target="undeploy" inheritall="false"/>
           <ant dir="examples/registration" target="undeploy" inheritall="false"/>
  @@ -243,6 +245,7 @@
           <ant dir="examples/dvdstore" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/blog" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/issues" target="undeploy.tomcat" inheritall="false"/>
  +    	<ant dir="examples/contactlist" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/registration" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/messages" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/todo" target="undeploy.tomcat" inheritall="false"/>
  
  
  



More information about the jboss-cvs-commits mailing list