[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Thu Jul 19 10:58:54 EDT 2007


  User: gavin   
  Date: 07/07/19 10:58:54

  Modified:    jboss-seam  build.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.252     +2 -2      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.251
  retrieving revision 1.252
  diff -u -b -r1.251 -r1.252
  --- build.xml	18 Jul 2007 17:27:57 -0000	1.251
  +++ build.xml	19 Jul 2007 14:58:54 -0000	1.252
  @@ -125,7 +125,7 @@
   	<property name="classes.coverage.core.dir" value="${classes.coverage.dir}/core" />
   
   	<property name="test.dir" value="${basedir}/test-output" />
  -	<property name="report.dir" value="${basedir}/report" />
  +	<property name="report.dir" value="${basedir}/test-report" />
   	<property name="coverage.dir" value="${basedir}/coverage-output" />
   
   	<property name="testng.jar" value="${basedir}/lib/testng-5.6-jdk15.jar" />
  @@ -685,7 +685,7 @@
   		<ant dir="examples/itext" target="undeploy" inheritall="false" />
   		<ant dir="examples/mail" target="undeploy" inheritall="false" />
   		<ant dir="examples/ui" target="undeploy" inheritall="false" />
  -		<ant dir="examples/spring" target="undeploy" inheritall="false" />
  +		<!--<ant dir="examples/spring" target="undeploy" inheritall="false" />-->
   		<ant dir="examples/messages" target="undeploy" inheritall="false" />
   		<ant dir="examples/numberguess" target="undeploy" inheritall="false" />
   		<ant dir="examples/registration" target="undeploy" inheritall="false" />
  
  
  



More information about the jboss-cvs-commits mailing list