You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/03/04 01:21:19 UTC

svn commit: r382978 - /incubator/servicemix/trunk/servicemix-http/project.xml

Author: gnodet
Date: Fri Mar  3 16:21:17 2006
New Revision: 382978

URL: http://svn.apache.org/viewcvs?rev=382978&view=rev
Log:
Add log4j as a test dependency

Modified:
    incubator/servicemix/trunk/servicemix-http/project.xml

Modified: incubator/servicemix/trunk/servicemix-http/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/project.xml?rev=382978&r1=382977&r2=382978&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/project.xml Fri Mar  3 16:21:17 2006
@@ -261,6 +261,13 @@
         </properties>
       </dependency>
       <dependency>
+        <id>log4j</id>
+        <version>${log4j_version}</version>
+        <properties>
+          <scope>test</scope>
+        </properties>
+      </dependency>
+      <dependency>
         <groupId>servicemix</groupId>
         <artifactId>stax-utils</artifactId>
         <version>${stax_utils_version}</version>
@@ -295,12 +302,18 @@
 
     <build>
         <unitTest>
+            <resources>
+              <resource>
+                  <directory>src/test/resources</directory>
+                <includes>
+                  <include>**/*</include>
+                </includes>
+              </resource>
+            </resources>
             <includes>
                 <include>**/*Test.*</include>
             </includes>
             <excludes>
-               <!-- http://jira.activemq.org/jira/browse/AMQ-572 -->
-              <exclude>**/ServerManagerTest.*</exclude>
             </excludes>
         </unitTest>
         <resources>