[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Thu Dec 6 09:58:32 EST 2007


  User: pmuir   
  Date: 07/12/06 09:58:32

  Modified:    jboss-seam  build.xml
  Log:
  another go at embedded using java6
  
  Revision  Changes    Path
  1.308     +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.307
  retrieving revision 1.308
  diff -u -b -r1.307 -r1.308
  --- build.xml	4 Dec 2007 15:45:49 -0000	1.307
  +++ build.xml	6 Dec 2007 14:58:32 -0000	1.308
  @@ -84,7 +84,7 @@
   
   	<property name="test.dir" value="${basedir}/test-output" />
   	<property name="report.dir" value="${basedir}/test-report" />
  -	
  +	<property name="testng.jvmargs" value="-Dfoo" />
   
   	<property name="bootstrap.dir" value="${basedir}/bootstrap" />
   
  @@ -861,6 +861,7 @@
   					<propertyref name="ioc.pom" />
   					<propertyref name="mail.pom" />
   					<propertyref name="debug.pom" />
  +					<propertyref name="testng.jvmargs"/>
   				</propertyset>
   			</ant>
   		</sequential>
  
  
  



More information about the jboss-cvs-commits mailing list