[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Thu Mar 29 05:53:28 EDT 2007


  User: pmuir   
  Date: 07/03/29 05:53:28

  Modified:    jboss-seam  build.xml
  Log:
  Oops, fix the build
  
  Revision  Changes    Path
  1.172     +4 -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.171
  retrieving revision 1.172
  diff -u -b -r1.171 -r1.172
  --- build.xml	28 Mar 2007 12:52:15 -0000	1.171
  +++ build.xml	29 Mar 2007 09:53:28 -0000	1.172
  @@ -370,6 +370,9 @@
   		<delete dir="${build.dir}" />
   		<delete dir="test-output" />
   		<delete dir="report" />
  +	</target>
  +	
  +	<target name="cleanui-cdk" description="Cleans up CDK based Seam UI">
   		<antcall target="cdk">
   			<param name="maven-target" value="clean" />
   		</antcall>
  @@ -379,7 +382,7 @@
   		<delete dir="${dist.dir}" />
   	</target>
   
  -	<target name="cleanall" depends="clean,cleandist" description="Cleans up everything">
  +	<target name="cleanall" depends="clean,cleandist,cleanui-cdk" 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