[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sun Jun 17 15:30:57 EDT 2007


  User: pmuir   
  Date: 07/06/17 15:30:57

  Modified:    jboss-seam  build.xml
  Log:
  Fix the build
  
  Revision  Changes    Path
  1.197     +1 -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.196
  retrieving revision 1.197
  diff -u -b -r1.196 -r1.197
  --- build.xml	15 Jun 2007 23:20:30 -0000	1.196
  +++ build.xml	17 Jun 2007 19:30:57 -0000	1.197
  @@ -418,7 +418,7 @@
   		<delete dir="${dist.dir}" />
   	</target>
   
  -	<target name="cleanall" depends="clean,cleandist,cleanui-cdk" description="Cleans up everything">
  +	<target name="cleanall" depends="clean,cleandist" description="Cleans up everything">
   
   		<ant dir="examples/booking" target="clean" inheritall="false" />
   		<ant dir="examples/hibernate" target="clean" inheritall="false" />
  
  
  



More information about the jboss-cvs-commits mailing list