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

Peter Muir peter at bleepbleep.org.uk
Fri Sep 21 05:46:31 EDT 2007


  User: pmuir   
  Date: 07/09/21 05:46:31

  Modified:    examples  build.xml
  Log:
  Fix blog tests
  
  Revision  Changes    Path
  1.34      +7 -3      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.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- build.xml	20 Sep 2007 18:36:54 -0000	1.33
  +++ build.xml	21 Sep 2007 09:46:31 -0000	1.34
  @@ -384,8 +384,6 @@
   	<path id="build.classpath">
   		<fileset dir="${lib.dir}">
   			<include name="*.jar" />
  -			<!-- Horrible hack around jbossembedded -->
  -			<exclude name="jboss-container.jar" />
   		</fileset>
   		<path refid="build.classpath.extras" />
   	</path>
  @@ -772,8 +770,14 @@
   			<fileset dir="${lib.dir}/test">
   				<include name="*-all.jar" />
   			</fileset>
  +			<fileset dir="${lib.dir}">
  +				<!-- Horrible hack around jbossembedded -->
  +				<exclude name="jboss-container.jar" />
  +				<exclude name="hibernate.jar" />
  +				<exclude name="hibernate-annotations.jar" />
  +			</fileset>
   			<path path="${eejb.conf.dir}" />
  -			<path refid="build.classpath" />
  +			<path refid="build.classpath.extras" />
   			<path refid="emma.classpath" />
   		</path>
   		<property name="cp" refid="test.classpath" />
  
  
  



More information about the jboss-cvs-commits mailing list