Author: michiel
Date: 2009-09-15 09:54:20 +0200 (Tue, 15 Sep 2009)
New Revision: 38626
Removed:
mmbase/trunk/tests/config/builders/tests/
Modified:
mmbase/trunk/tests/pom.xml
Log:
moved tests builders to mmbase-tests.jar
Modified: mmbase/trunk/tests/pom.xml
===================================================================
--- mmbase/trunk/tests/pom.xml 2009-09-15 07:53:53 UTC (rev 38625)
+++ mmbase/trunk/tests/pom.xml 2009-09-15 07:54:20 UTC (rev 38626)
@@ -20,6 +20,7 @@
<name>MMBase Tests</name>
<properties>
+ <mmbase.version.test>1.9-SNAPSHOT</mmbase.version.test>
<mmbase.version>1.9-SNAPSHOT</mmbase.version>
</properties>
@@ -126,10 +127,16 @@
<dependency>
<groupId>org.mmbase</groupId>
<artifactId>mmbase</artifactId>
- <version>${mmbase.version}</version>
+ <version>${mmbase.version.test}</version>
</dependency>
<dependency>
<groupId>org.mmbase</groupId>
+ <artifactId>mmbase</artifactId>
+ <version>${mmbase.version.test}</version>
+ <classifier>tests</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.mmbase</groupId>
<artifactId>mmbase-resources</artifactId>
<version>${mmbase.version}</version>
<classifier>classes</classifier>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs