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

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

Modified: mmbase/trunk/maven-base/pom.xml
===================================================================
--- mmbase/trunk/maven-base/pom.xml     2009-05-12 08:47:38 UTC (rev 35074)
+++ mmbase/trunk/maven-base/pom.xml     2009-05-12 08:49:08 UTC (rev 35075)
@@ -858,6 +858,12 @@
 
     <profile>
       <id>servlet25</id>
+      <activation>
+        <property>
+          <name>servlet.version</name>
+          <value>2.5</value>
+        </property>
+      </activation>
       <properties>
         <servlet.version>2.5</servlet.version>
         <jsp.version>2.1</jsp.version>

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

Reply via email to