[jboss-cvs] jboss-seam ...

Michael Yuan michael.yuan at jboss.com
Tue Aug 7 00:18:28 EDT 2007


  User: myuan   
  Date: 07/08/07 00:18:28

  Modified:    jboss-seam  build.xml
  Log:
  Change the master build for the new jee5 examples
  
  Revision  Changes    Path
  1.256     +2 -1      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.255
  retrieving revision 1.256
  diff -u -b -r1.255 -r1.256
  --- build.xml	31 Jul 2007 17:26:56 -0000	1.255
  +++ build.xml	7 Aug 2007 04:18:28 -0000	1.256
  @@ -666,7 +666,8 @@
   		<ant dir="examples/remoting/gwt" target="clean" inheritall="false" />
   		<ant dir="examples/hibernate2" target="clean" inheritall="false" />
   		<ant dir="examples/jpa" target="clean" inheritall="false" />
  -		<ant dir="examples/jee5" target="clean" inheritall="false" />
  +		<ant dir="examples/jee5/booking" target="clean" inheritall="false" />
  +		<ant dir="examples/jee5/remoting" target="clean" inheritall="false" />
   		<ant dir="examples/groovybooking" target="clean" inheritall="false" />
   		<ant dir="examples/quartz" target="clean" inheritall="false" />
   		<ant dir="examples/wiki" target="clean" inheritall="false" />
  
  
  



More information about the jboss-cvs-commits mailing list