Author: michiel
Date: 2009-05-12 10:47:38 +0200 (Tue, 12 May 2009)
New Revision: 35074
Modified:
mmbase/trunk/pom.xml
Log:
default profiles are only inactivate if another profile in the _same_ pom is
activated. So i think I have to mention the damn servlet25 profile in every pom
too
Modified: mmbase/trunk/pom.xml
===================================================================
--- mmbase/trunk/pom.xml 2009-05-12 08:44:22 UTC (rev 35073)
+++ mmbase/trunk/pom.xml 2009-05-12 08:47:38 UTC (rev 35074)
@@ -236,6 +236,15 @@
</dependency>
</dependencies>
</profile>
+ <profile>
+ <id>servlet25</id>
+ <activation>
+ <property>
+ <name>servlet.version</name>
+ <value>2.5</value>
+ </property>
+ </activation>
+ </profile>
</profiles>
<!--
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs