[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Mon Nov 20 15:00:01 EST 2006


  User: gavin   
  Date: 06/11/20 15:00:01

  Modified:    jboss-seam  build.xml
  Log:
  icefaces example
  
  Revision  Changes    Path
  1.108     +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.107
  retrieving revision 1.108
  diff -u -b -r1.107 -r1.108
  --- build.xml	19 Nov 2006 16:27:38 -0000	1.107
  +++ build.xml	20 Nov 2006 20:00:01 -0000	1.108
  @@ -210,6 +210,7 @@
   
           <ant dir="examples/booking" target="clean" inheritall="false"/>
           <ant dir="examples/hibernate" target="clean" inheritall="false"/>
  +        <ant dir="examples/icefaces" target="clean" inheritall="false"/>
           <ant dir="examples/blog" target="clean" inheritall="false"/>
           <ant dir="examples/issues" target="clean" inheritall="false"/>
           <ant dir="examples/dvdstore" target="clean" inheritall="false"/>
  @@ -232,6 +233,7 @@
               description="Undeploy all examples">
           <ant dir="examples/booking" target="undeploy" inheritall="false"/>
           <ant dir="examples/hibernate" target="undeploy" inheritall="false"/>
  +        <ant dir="examples/icefaces" target="undeploy" inheritall="false"/>
           <ant dir="examples/blog" target="undeploy" inheritall="false"/>
           <ant dir="examples/issues" target="undeploy" inheritall="false"/>
           <ant dir="examples/dvdstore" target="undeploy" inheritall="false"/>
  @@ -249,6 +251,7 @@
   
           <ant dir="examples/booking" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/hibernate" target="undeploy.tomcat" inheritall="false"/>
  +        <ant dir="examples/icefaces" target="undeploy.tomcat" inheritall="false"/>
           <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"/>
  @@ -604,6 +607,7 @@
                   <exclude name="booking/alter.config"/>
                   <exclude name="booking/alter.config/**/*"/>
                   <exclude name="booking/build.alter.xml"/>
  +                <include name="icefaces/**/*"/>
                   <include name="hibernate/**/*"/>
               	<include name="hibernate2/**/*"/>
               	<include name="jpa/**/*"/>
  
  
  



More information about the jboss-cvs-commits mailing list