[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 19:52:11 EDT 2007


  User: pmuir   
  Date: 07/06/28 19:52:11

  Modified:    jboss-seam  build.xml
  Log:
  Fix undeployall
  
  Revision  Changes    Path
  1.225     +8 -8      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.224
  retrieving revision 1.225
  diff -u -b -r1.224 -r1.225
  --- build.xml	28 Jun 2007 15:48:27 -0000	1.224
  +++ build.xml	28 Jun 2007 23:52:11 -0000	1.225
  @@ -508,17 +508,17 @@
   		<ant dir="examples/quartz" target="undeploy" inheritall="false" />
   		<ant dir="examples/wiki" target="undeploy" inheritall="false" />
   
  -		<ant dir="examples/booking" target="undeploy.tomcat" inheritall="false" />
  -		<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/booking" target="tomcat.undeploy" inheritall="false" />
  +		<ant dir="examples/dvdstore" target="tomcat.undeploy" inheritall="false" />
  +		<ant dir="examples/itext" target="tomcat.undeploy" inheritall="false" />
  +		<ant dir="examples/mail" target="tomcat.undeploy" inheritall="false" />
   		<ant dir="examples/spring" target="undeploy.tomcat" inheritall="false" />
  -		<ant dir="examples/blog" target="undeploy.tomcat" inheritall="false" />
  -		<ant dir="examples/contactlist" target="undeploy.tomcat" inheritall="false" />
  +		<ant dir="examples/blog" target="tomcat.undeploy" inheritall="false" />
  +		<ant dir="examples/contactlist" target="tomcat.undeploy" inheritall="false" />
   		<ant dir="examples/registration" target="undeploy.tomcat" inheritall="false" />
  -		<ant dir="examples/messages" target="undeploy.tomcat" inheritall="false" />
  +		<ant dir="examples/messages" target="tomcat.undeploy" inheritall="false" />
   		<ant dir="examples/todo" target="undeploy.tomcat" inheritall="false" />
  -		<ant dir="examples/drools" target="undeploy.tomcat" inheritall="false" />
  +		<ant dir="examples/drools" target="tomcat.undeploy" inheritall="false" />
   		<ant dir="examples/numberguess" target="undeploy.tomcat" inheritall="false" />
   		<ant dir="examples/quartz" target="undeploy.tomcat" inheritall="false" />
   		<ant dir="examples/remoting/gwt" target="undeploy.tomcat" inheritall="false" />
  
  
  



More information about the jboss-cvs-commits mailing list