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

Peter Muir peter at bleepbleep.org.uk
Thu Dec 6 16:46:10 EST 2007


  User: pmuir   
  Date: 07/12/06 16:46:10

  Modified:    examples  build.xml
  Log:
  move around where we declare endorsed dir
  
  Revision  Changes    Path
  1.61      +1 -0      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.60
  retrieving revision 1.61
  diff -u -b -r1.60 -r1.61
  --- build.xml	6 Dec 2007 14:58:31 -0000	1.60
  +++ build.xml	6 Dec 2007 21:46:10 -0000	1.61
  @@ -861,6 +861,7 @@
               <jvmarg value="-Xmx800M" />
               <jvmarg value="-Djava.awt.headless=true" />
   			<jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
  +			<jvmarg value="-Djava.endorsed.dirs=${endorsed.dir}" />
   			<jvmarg value="${testng.jvmargs}" />
   			<classpath refid="test.classpath" />
   			<xmlfileset dir="${src.test.dir}" includes="**/testng.xml" />
  
  
  



More information about the jboss-cvs-commits mailing list