You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2006/03/09 04:35:33 UTC

svn commit: r384416 - in /jakarta/commons/proper/logging/contrib/simon/jcl2: core/pom.xml core/test/org/apache/commons/logging/PathableClassLoader.java core/test/org/apache/commons/logging/PathableTestSuite.java pom.xml

Author: skitching
Date: Wed Mar  8 19:35:33 2006
New Revision: 384416

URL: http://svn.apache.org/viewcvs?rev=384416&view=rev
Log:
Unit-testing utils from core are now in their own module so they
can be used from elsewhere when needed.

Removed:
    jakarta/commons/proper/logging/contrib/simon/jcl2/core/test/org/apache/commons/logging/PathableClassLoader.java
    jakarta/commons/proper/logging/contrib/simon/jcl2/core/test/org/apache/commons/logging/PathableTestSuite.java
Modified:
    jakarta/commons/proper/logging/contrib/simon/jcl2/core/pom.xml
    jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml

Modified: jakarta/commons/proper/logging/contrib/simon/jcl2/core/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/core/pom.xml?rev=384416&r1=384415&r2=384416&view=diff
==============================================================================
--- jakarta/commons/proper/logging/contrib/simon/jcl2/core/pom.xml (original)
+++ jakarta/commons/proper/logging/contrib/simon/jcl2/core/pom.xml Wed Mar  8 19:35:33 2006
@@ -21,6 +21,12 @@
       <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons.logging</groupId>
+      <artifactId>commons-logging-testutils</artifactId>
+      <version>0.1-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>

Modified: jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml?rev=384416&r1=384415&r2=384416&view=diff
==============================================================================
--- jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml (original)
+++ jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml Wed Mar  8 19:35:33 2006
@@ -106,6 +106,7 @@
     - The subdirectories containing submodules of this project.
     -->
   <modules>
+    <module>testutils</module>
     <module>core</module>
     <module>core-static</module>
     <module>core-dynamic</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org