Author: psteitz Date: Mon Jan 3 18:28:39 2005 New Revision: 124060 URL: http://svn.apache.org/viewcvs?view=rev&rev=124060 Log: Document commons-logging dependency added with DIRNAMING-10. Modified: incubator/directory/naming/trunk/xdocs/building.xml incubator/directory/naming/trunk/xdocs/index.xml
Modified: incubator/directory/naming/trunk/xdocs/building.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/xdocs/building.xml?view=diff&rev=124060&p1=incubator/directory/naming/trunk/xdocs/building.xml&r1=124059&p2=incubator/directory/naming/trunk/xdocs/building.xml&r2=124060 ============================================================================== --- incubator/directory/naming/trunk/xdocs/building.xml (original) +++ incubator/directory/naming/trunk/xdocs/building.xml Mon Jan 3 18:28:39 2005 @@ -25,8 +25,8 @@ </section> <section name="Dependencies"> <p> - All other subprojects depend on naming-core, which has no external - dependencies beyond jdk 1.4+. The dependencies of the other subprojects are: + All other subprojects depend on naming-core, which requires + commons-logging (1.0.3). The dependencies of the other subprojects are: <table> <tr><th>Subproject</th><th>Dependencies</th></tr> <tr><td>Java</td><td>naming-core</td></tr> Modified: incubator/directory/naming/trunk/xdocs/index.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/xdocs/index.xml?view=diff&rev=124060&p1=incubator/directory/naming/trunk/xdocs/index.xml&r1=124059&p2=incubator/directory/naming/trunk/xdocs/index.xml&r2=124060 ============================================================================== --- incubator/directory/naming/trunk/xdocs/index.xml (original) +++ incubator/directory/naming/trunk/xdocs/index.xml Mon Jan 3 18:28:39 2005 @@ -31,7 +31,7 @@ <tr><th>Subproject</th><th>Description</th><th>Dependencies</th></tr> <tr><td><a href="./naming-core/index.html">Core</a></td> <td>Core JNDI context implementation</td> - <td>none</td> + <td>commons-logging</td> </tr> <tr><td><a href="./naming-java/index.html">Java</a></td> <td><code>javaURLContextFactory</code> implementation</td>
