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

Norman Richards norman.richards at jboss.com
Tue Sep 18 12:00:26 EDT 2007


  User: nrichards
  Date: 07/09/18 12:00:26

  Modified:    examples  build.xml
  Log:
  update instructions
  
  Revision  Changes    Path
  1.32      +2 -1      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.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- build.xml	14 Sep 2007 11:15:51 -0000	1.31
  +++ build.xml	18 Sep 2007 16:00:26 -0000	1.32
  @@ -761,6 +761,7 @@
   	<target name="test" depends="buildtest" description="Run the tests">
   		<taskdef resource="testngtasks" classpath="${testng.jar}" />
   		<testng outputdir="${test-report.dir}">
  +                    <jvmarg value="-Xmx800M" />
   			<jvmarg value="-Djava.awt.headless=true" />
   			<classpath path="${test.dir}" />
   			<classpath path="${eejb.conf.dir}" />
  
  
  



More information about the jboss-cvs-commits mailing list