[jboss-cvs] jboss-seam/examples ...

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


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

  Modified:    examples  build.xml
  Log:
  another go at embedded using java6
  
  Revision  Changes    Path
  1.60      +2 -2      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -b -r1.59 -r1.60
  --- build.xml	6 Dec 2007 13:26:11 -0000	1.59
  +++ build.xml	6 Dec 2007 14:58:31 -0000	1.60
  @@ -57,7 +57,7 @@
   	<property name="src.schema.dir" value="${seam.dir}/src/main/org/jboss/seam" />
   	<property name="schema.version" value="${version}" />
   	<property name="testng.jar" value="${seam.dir}/lib/testng-5.6-jdk15.jar" />
  -
  +	<property name="testng.jvmargs" value="-Dfoo" />
   	<property name="javac.debug" value="true" />
   	<property name="javac.deprecation" value="false" />
   
  @@ -861,7 +861,7 @@
               <jvmarg value="-Xmx800M" />
               <jvmarg value="-Djava.awt.headless=true" />
   			<jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
  -			<jvmarg value="-Dsun.lang.ClassLoader.allowArraySyntax=true" />
  +			<jvmarg value="${testng.jvmargs}" />
   			<classpath refid="test.classpath" />
   			<xmlfileset dir="${src.test.dir}" includes="**/testng.xml" />
   		</testng>
  
  
  



More information about the jboss-cvs-commits mailing list