You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rg...@apache.org on 2008/12/27 03:34:23 UTC

svn commit: r729584 - /commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml

Author: rgoers
Date: Fri Dec 26 18:34:22 2008
New Revision: 729584

URL: http://svn.apache.org/viewvc?rev=729584&view=rev
Log:
Add dependency on xml-resolver

Modified:
    commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml?rev=729584&r1=729583&r2=729584&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml Fri Dec 26 18:34:22 2008
@@ -58,6 +58,10 @@
                         <td>XPathExpressionEngine</td>
                         <td>commons-jxpath</td>
                     </tr>
+                    <tr>
+                        <td>CatalogResolver</td>
+                        <td>xml-resolver</td>
+                    </tr>
                 </tbody>
             </table>
 
@@ -92,6 +96,10 @@
                       <td>commons-jxpath</td>
                       <td>1.2</td>
                     </tr>
+                    <tr>
+                      <td>xml-resolver</td>
+                      <td>1.2</td>
+                    </tr>
                   </tbody>
                 </table>
                 </li>