Author: andre
Date: 2010-07-12 16:53:08 +0200 (Mon, 12 Jul 2010)
New Revision: 42869

Modified:
   mmweb/trunk/pom.xml
Log:
depends on xalan: using http://java.sun.com/jsp/jstl/xml to parse tweets


Modified: mmweb/trunk/pom.xml
===================================================================
--- mmweb/trunk/pom.xml 2010-07-12 14:31:24 UTC (rev 42868)
+++ mmweb/trunk/pom.xml 2010-07-12 14:53:08 UTC (rev 42869)
@@ -178,6 +178,19 @@
 
   <profiles>
     <profile>
+      <id>default</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>xalan</groupId> 
+          <artifactId>xalan</artifactId> 
+          <version>2.7.1</version> 
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
       <id>servlet25</id>
       <activation>
         <activeByDefault>true</activeByDefault>
@@ -185,5 +198,4 @@
     </profile>
   </profiles>
 
-
 </project>

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

Reply via email to