Author: michiel
Date: 2010-02-25 23:45:42 +0100 (Thu, 25 Feb 2010)
New Revision: 41175

Modified:
   mmbase/trunk/applications/rmmci/assembly/client.xml
   mmbase/trunk/applications/rmmci/test/pom.xml
Log:


Modified: mmbase/trunk/applications/rmmci/assembly/client.xml
===================================================================
--- mmbase/trunk/applications/rmmci/assembly/client.xml 2010-02-25 22:14:09 UTC 
(rev 41174)
+++ mmbase/trunk/applications/rmmci/assembly/client.xml 2010-02-25 22:45:42 UTC 
(rev 41175)
@@ -100,10 +100,11 @@
 
           <include>org/mmbase/util/RandomPool*</include>          <!-- Used in 
test cases .. -->
           <include>org/mmbase/util/PasswordGenerator*</include>            
<!-- Used in test cases .. -->
+          <include>org/mmbase/util/BridgeCaster*</include>
           <include>org/mmbase/config/functions/**</include>                  
<!-- Used in test cases .. -->
           <include>org/mmbase/config/datatypes.xml</include>                  
<!-- Used in test cases .. -->
           <include>org/mmbase/config/builders/core/**</include>                
  <!-- Used in Mock/test cases .. -->
-          <include>org/mmbase/config/utils/resourceloader**</include>          
       
+          <include>org/mmbase/config/utils/resourceloader**</include>
 
 
           <include>org/mmbase/framework/**</include>                  <!-- 
Used in taglib .. -->

Modified: mmbase/trunk/applications/rmmci/test/pom.xml
===================================================================
--- mmbase/trunk/applications/rmmci/test/pom.xml        2010-02-25 22:14:09 UTC 
(rev 41174)
+++ mmbase/trunk/applications/rmmci/test/pom.xml        2010-02-25 22:45:42 UTC 
(rev 41175)
@@ -61,6 +61,13 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.mmbase</groupId>
+      <artifactId>mmbase-utils</artifactId>
+      <version>${project.version}</version>
+      <classifier>tests</classifier>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.4</version>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to