[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Mon Nov 20 23:53:18 EST 2006


  User: gavin   
  Date: 06/11/20 23:53:18

  Modified:    jboss-seam  build.xml
  Log:
  include seampay
  
  Revision  Changes    Path
  1.109     +3 -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.108
  retrieving revision 1.109
  diff -u -b -r1.108 -r1.109
  --- build.xml	20 Nov 2006 20:00:01 -0000	1.108
  +++ build.xml	21 Nov 2006 04:53:18 -0000	1.109
  @@ -215,6 +215,7 @@
           <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/seampay" 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"/>
  @@ -238,6 +239,7 @@
           <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/seampay" 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"/>
  @@ -616,6 +618,7 @@
                   <include name="issues/**/*"/>
                   <include name="registration/**/*"/>
                   <include name="dvdstore/**/*"/>
  +                <include name="seampay/**/*"/>
                   <include name="messages/**/*"/>
                   <include name="todo/**/*"/>
                   <include name="numberguess/**/*"/>
  
  
  



More information about the jboss-cvs-commits mailing list