Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv2566/migration
Modified Files:
migration_1.5_to_1.6.txt
Log Message:
CMSC-1265 - Add dependencies to project.xml for Community Module
See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
See also: http://www.mmbase.org/jira/browse/CMSC-1265
Index: migration_1.5_to_1.6.txt
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/migration/migration_1.5_to_1.6.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- migration_1.5_to_1.6.txt 19 Feb 2009 15:16:38 -0000 1.18
+++ migration_1.5_to_1.6.txt 25 Feb 2009 10:44:26 -0000 1.19
@@ -177,3 +177,30 @@
*
*
+
+Name: Add dependency for Community module (if used!)
+Goal: prevent class-load error
+Type: add dependency to maven-base/project.xml
+--- Start dependency ---
+ <dependency>
+ <groupId>supercsv</groupId>
+ <artifactId>SuperCSV</artifactId>
+ <version>1.52</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>spiffyframework</groupId>
+ <artifactId>spiffy-with_source-all</artifactId>
+ <version>0.05</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+ </properties>
+ </dependency>
+--- End script ---
+*
+*
+*
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs