[jboss-cvs] joramtests ...

Richard Achmatowicz richard.achmatowicz at jboss.com
Thu Feb 1 16:14:40 EST 2007


  User: rachmatowicz
  Date: 07/02/01 16:14:40

  Modified:    joramtests  build.xml
  Log:
  Adjust classpaths to reflect changes to testsuite classpaths
  
  Revision  Changes    Path
  1.4       +6 -2      joramtests/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/joramtests/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	22 Nov 2005 23:18:53 -0000	1.3
  +++ build.xml	1 Feb 2007 21:14:39 -0000	1.4
  @@ -15,7 +15,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.3 2005/11/22 23:18:53 adrian Exp $ -->
  +<!-- $Id: build.xml,v 1.4 2007/02/01 21:14:39 rachmatowicz Exp $ -->
   
   <project default="main" name="Joram/Tests">
   
  @@ -69,6 +69,7 @@
       <path id="library.classpath">
         <path refid="junit.junit.classpath"/>
         <path refid="apache.log4j.classpath"/>
  +      <path refid="apache.commons.classpath"/>
         <path refid="oswego.concurrent.classpath"/>
       </path>
   
  @@ -80,7 +81,10 @@
   
       <!-- The combined dependant module classpath -->
       <path id="dependentmodule.classpath">
  -      <path refid="jboss.common.classpath"/>
  +      <path refid="jboss.common.core.classpath"/>
  +      <path refid="jboss.common.logging.spi.classpath"/>
  +      <path refid="jboss.common.logging.log4j.classpath"/>
  +      <path refid="jboss.common.logging.jdk.classpath"/>
         <path refid="jboss.j2ee.classpath"/>
         <path refid="jboss.j2se.classpath"/>
         <path refid="jboss.test.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list