Update of /var/cvs/speeltuin/ernst/vpro-wizards
In directory james.mmbase.org:/tmp/cvs-serv1419/applications/vpro-wizards

Modified Files:
        project.xml 
Log Message:
fixed: commons-logging is a spring dependency
fixed: the jars that are needed at run (and) time can be collected using the 
war:war task
The integration tests use this to get all the dependend jars 


See also: http://cvs.mmbase.org/viewcvs/speeltuin/ernst/vpro-wizards


Index: project.xml
===================================================================
RCS file: /var/cvs/speeltuin/ernst/vpro-wizards/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- project.xml 22 Oct 2008 11:45:06 -0000      1.5
+++ project.xml 3 Nov 2008 11:32:07 -0000       1.6
@@ -32,7 +32,7 @@
                        <version>2.0-rc3</version>
                        <type>jar</type>
                        <properties>
-                               <war.bundle>${war.bundle}</war.bundle>
+                               <war.bundle>true</war.bundle>
                        </properties>
                </dependency>
                <dependency>
@@ -49,7 +49,16 @@
                        <artifactId>spring-mock</artifactId>
                        <version>2.0-rc3</version>
                        <properties>
-                               <war.bundle>false</war.bundle>
+                               <war.bundle>true</war.bundle>
+                       </properties>
+               </dependency>
+    
+    <dependency>
+                       <groupId>commons-logging</groupId>
+                       <artifactId>commons-logging</artifactId>
+                       <version>1.1</version>
+                       <properties>
+                               <war.bundle>true</war.bundle>
                        </properties>
                </dependency>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to