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

Peter Muir peter at bleepbleep.org.uk
Wed Dec 5 11:34:47 EST 2007


  User: pmuir   
  Date: 07/12/05 11:34:47

  Modified:    examples  build.xml
  Log:
  Tidy up test target
  
  Revision  Changes    Path
  1.58      +0 -8      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.57
  retrieving revision 1.58
  diff -u -b -r1.57 -r1.58
  --- build.xml	4 Dec 2007 12:23:52 -0000	1.57
  +++ build.xml	5 Dec 2007 16:34:47 -0000	1.58
  @@ -846,14 +846,7 @@
   			<fileset dir="${lib.dir}/test">
   				<include name="*.jar" />
   			</fileset>
  -			<path location="${lib.dir}/jboss-deployers.jar" />
   			<fileset dir="${lib.dir}">
  -				<!-- Horrible hack around jbossembedded -->
  -				<exclude name="jboss-container.jar" />
  -				<exclude name="hibernate.jar" />
  -				<exclude name="hibernate-annotations.jar" />
  -				<exclude name="xercesImpl.jar" />
  -				<exclude name="dtdparser121.jar" />
   				<!-- Don't include seam-ui -->
   				<exclude name="jboss-seam-ui.jar" />
   			</fileset>
  @@ -864,7 +857,6 @@
   		<path location="${seam.dir}/src/test/resources/log4j.xml" />
   		</path>
   		<taskdef resource="testngtasks" classpathref="build.classpath" />
  -		<property name="cp" refid="test.classpath" />
   		<testng outputdir="${test-report.dir}">
               <jvmarg value="-Xmx800M" />
               <jvmarg value="-Djava.awt.headless=true" />
  
  
  



More information about the jboss-cvs-commits mailing list