Author: michiel
Date: 2009-05-12 10:49:16 +0200 (Tue, 12 May 2009)
New Revision: 35076

Modified:
   mmbase/trunk/base-webapp/pom.xml
Log:
Added activation of servlet25 based on the logical property

Modified: mmbase/trunk/base-webapp/pom.xml
===================================================================
--- mmbase/trunk/base-webapp/pom.xml    2009-05-12 08:49:08 UTC (rev 35075)
+++ mmbase/trunk/base-webapp/pom.xml    2009-05-12 08:49:16 UTC (rev 35076)
@@ -79,6 +79,12 @@
     </profile>
     <profile>
       <id>servlet25</id>
+      <activation>
+        <property>
+          <name>servlet.version</name>
+          <value>2.5</value>
+        </property>
+      </activation>
       <properties>
         <base.version>${mmbase.version}-servlet25</base.version>
       </properties>

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

Reply via email to