[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Fri Feb 23 12:32:23 EST 2007


  User: gavin   
  Date: 07/02/23 12:32:23

  Modified:    jboss-seam  build.xml
  Log:
  spring in dist
  
  Revision  Changes    Path
  1.152     +6 -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.151
  retrieving revision 1.152
  diff -u -b -r1.151 -r1.152
  --- build.xml	23 Feb 2007 17:20:25 -0000	1.151
  +++ build.xml	23 Feb 2007 17:32:23 -0000	1.152
  @@ -407,6 +407,8 @@
           <ant dir="examples/seampay" target="clean" inheritall="false"/>
           <ant dir="examples/seamspace" target="clean" inheritall="false"/>
           <ant dir="examples/mail" target="clean" inheritall="false"/>
  +        <ant dir="examples/ui" target="clean" inheritall="false"/>
  +        <ant dir="examples/spring" target="clean" inheritall="false"/>
           <ant dir="examples/itext" target="clean" inheritall="false"/>
           <ant dir="examples/messages" target="clean" inheritall="false"/>
           <ant dir="examples/numberguess" target="clean" inheritall="false"/>
  @@ -436,6 +438,8 @@
           <ant dir="examples/seamspace" target="undeploy" inheritall="false"/>
           <ant dir="examples/itext" target="undeploy" inheritall="false"/>
           <ant dir="examples/mail" target="undeploy" inheritall="false"/>
  +        <ant dir="examples/ui" target="undeploy" inheritall="false"/>
  +        <ant dir="examples/spring" 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"/>
  @@ -453,6 +457,7 @@
           <ant dir="examples/dvdstore" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/itext" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/mail" target="undeploy.tomcat" inheritall="false"/>
  +        <ant dir="examples/spring" 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"/>
  @@ -997,6 +1002,7 @@
                   <include name="seampay/**/*"/>
                   <include name="seamspace/**/*"/>
                   <include name="mail/**/*"/>
  +                <include name="spring/**/*"/>
               	<include name="ui/**/*"/>
                   <include name="messages/**/*"/>
                   <include name="todo/**/*"/>
  
  
  



More information about the jboss-cvs-commits mailing list