Author: jkoster
Date: 2009-05-18 16:41:06 +0200 (Mon, 18 May 2009)
New Revision: 35266
Modified:
CMSContainer/branches/b1_6/CMSContainer/migration/migration_1.6.1_to_1.6.2.txt
Log:
CMSC-1404 - Also remove mmbase-email from the build package.
Modified:
CMSContainer/branches/b1_6/CMSContainer/migration/migration_1.6.1_to_1.6.2.txt
===================================================================
---
CMSContainer/branches/b1_6/CMSContainer/migration/migration_1.6.1_to_1.6.2.txt
2009-05-18 14:41:02 UTC (rev 35265)
+++
CMSContainer/branches/b1_6/CMSContainer/migration/migration_1.6.1_to_1.6.2.txt
2009-05-18 14:41:06 UTC (rev 35266)
@@ -13,4 +13,28 @@
--- 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