Author: jkoster
Date: 2009-05-18 16:41:02 +0200 (Mon, 18 May 2009)
New Revision: 35265

Modified:
   
CMSContainer/branches/b1_5/CMSContainer/migration/migration_1.5.6_to_1.5.7.txt
Log:
CMSC-1404 - Also remove mmbase-email from the build package.

Modified: 
CMSContainer/branches/b1_5/CMSContainer/migration/migration_1.5.6_to_1.5.7.txt
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer/migration/migration_1.5.6_to_1.5.7.txt  
    2009-05-18 14:37:44 UTC (rev 35264)
+++ 
CMSContainer/branches/b1_5/CMSContainer/migration/migration_1.5.6_to_1.5.7.txt  
    2009-05-18 14:41:02 UTC (rev 35265)
@@ -13,4 +13,29 @@
 --- End script ---
 *
 *
+*
+
+
+
+Name: Add templates.bundle = false to mmbase-email-section in project.xml
+Goal: Prevent mmbase-email from packaging.
+Type: do it yourself
+--- Start script ---
+Add:
+<mmbase.templates.bundle>false</mmbase.templates.bundle>
+
+To this section:
+<dependency>
+         <groupId>mmbase</groupId>
+         <artifactId>mmbase-email</artifactId>
+         <version>${mmbase.version}</version>
+         <type>mmbase-module</type>
+         <properties>
+            <mmbase.config.bundle>false</mmbase.config.bundle>
+            <mmbase.templates.bundle>false</mmbase.templates.bundle>
+         </properties>
+      </dependency>
+--- End script ---
+*
+*
 *
\ No newline at end of file

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to