Author: michiel
Date: 2009-05-18 13:23:17 +0200 (Mon, 18 May 2009)
New Revision: 35238

Modified:
   mmbase/trunk/applications/richtext/pom.xml
Log:
Ship a good xslt processor, because xslt's need it

Modified: mmbase/trunk/applications/richtext/pom.xml
===================================================================
--- mmbase/trunk/applications/richtext/pom.xml  2009-05-18 11:22:58 UTC (rev 
35237)
+++ mmbase/trunk/applications/richtext/pom.xml  2009-05-18 11:23:17 UTC (rev 
35238)
@@ -25,6 +25,22 @@
       <version>1.4.12</version>
       <type>war</type>
     </dependency>
+
+    <!--
+         The XSL's need some functionality not working very well yet in the 
XSL processor of java.
+
+         Ship Saxon, which is faster and nicer any way.
+    -->
+    <dependency>
+      <groupId>net.sf.saxon</groupId>
+      <artifactId>saxon-dom</artifactId>
+      <version>8.7</version>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.saxon</groupId>
+      <artifactId>saxon-dom</artifactId>
+      <version>8.7</version>
+    </dependency>
   </dependencies>
 
 </project>

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

Reply via email to