You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2006/03/11 20:22:49 UTC

svn commit: r385143 - in /cocoon/trunk: cocoon-forms/cocoon-forms-impl/pom.xml lib/jars.xml

Author: bruno
Date: Sat Mar 11 11:22:47 2006
New Revision: 385143

URL: http://svn.apache.org/viewcvs?rev=385143&view=rev
Log:
Update Daisy htmlcleaner from 1.1 to 1.4.1

Modified:
    cocoon/trunk/cocoon-forms/cocoon-forms-impl/pom.xml
    cocoon/trunk/lib/jars.xml

Modified: cocoon/trunk/cocoon-forms/cocoon-forms-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-forms/cocoon-forms-impl/pom.xml?rev=385143&r1=385142&r2=385143&view=diff
==============================================================================
--- cocoon/trunk/cocoon-forms/cocoon-forms-impl/pom.xml (original)
+++ cocoon/trunk/cocoon-forms/cocoon-forms-impl/pom.xml Sat Mar 11 11:22:47 2006
@@ -43,7 +43,12 @@
     <dependency>
       <groupId>daisy</groupId>
       <artifactId>daisy-htmlcleaner</artifactId>
-      <version>1.1</version>
+      <version>1.4.1</version>
+    </dependency>
+    <dependency>
+      <groupId>daisy</groupId>
+      <artifactId>daisy-util</artifactId>
+      <version>1.4.1</version>
     </dependency>
     <dependency>
       <groupId>icu4j</groupId>

Modified: cocoon/trunk/lib/jars.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/lib/jars.xml?rev=385143&r1=385142&r2=385143&view=diff
==============================================================================
--- cocoon/trunk/lib/jars.xml (original)
+++ cocoon/trunk/lib/jars.xml Sat Mar 11 11:22:47 2006
@@ -474,7 +474,7 @@
       on it to have a nice output, limitted to a subset of the HTML DTD
     </description>
     <used-by>Forms block</used-by>
-    <lib>optional/daisy-htmlcleaner-1.1.jar</lib>
+    <lib>optional/daisy-htmlcleaner-1.4.1.jar</lib>
     <homepage>http://cocoondev.org/daisy/</homepage>
   </file>  
 
@@ -484,7 +484,7 @@
       Java Utility classes of Daisy
     </description>
     <used-by>Forms block - HTMLCleaner</used-by>
-    <lib>optional/daisy-util-1.1.jar</lib>
+    <lib>optional/daisy-util-1.4.1.jar</lib>
     <homepage>http://cocoondev.org/daisy/</homepage>
   </file>