[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Wed Sep 26 08:25:05 EDT 2007


  User: pmuir   
  Date: 07/09/26 08:25:05

  Modified:    jboss-seam  build.xml
  Log:
  Tidy up
  
  Revision  Changes    Path
  1.284     +1 -15     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.283
  retrieving revision 1.284
  diff -u -b -r1.283 -r1.284
  --- build.xml	26 Sep 2007 12:14:21 -0000	1.283
  +++ build.xml	26 Sep 2007 12:25:05 -0000	1.284
  @@ -378,21 +378,6 @@
   	</target>
   
   
  -	<!-- ################## CONTINUOUS INTEGRATION TARGETS #################-->
  -
  -	<!-- Continuous integration wrapper target -->
  -	<!-- N.B. validateall must run last as it actually causes the build to fail rather than acting as a test (TODO Fix this) -->
  -	<target name="ci">
  -		<antcall target="cleanall" />
  -		<antcall target="dist" />
  -		<antcall target="cleanall" />
  -		<antcall target="coverageall" />
  -		<antcall target="copytestoutput" />
  -		<antcall target="testreport" />
  -		<antcall target="validateall" />
  -	</target>
  -
  -
   	<!-- ########################## DIST TARGETS ###########################-->
   
   	<target name="cleandist" description="Cleans up the dist directory">
  @@ -447,6 +432,7 @@
   		<copy todir="${dist.build.dir}">
   			<fileset dir="${build.dir}">
   				<include name="**/*.*" />
  +				<exclude name="profiles/**/*" />
   			</fileset>
   		</copy>
   	</target>
  
  
  



More information about the jboss-cvs-commits mailing list