Author: bayard
Date: Wed Dec 15 19:07:44 2004
New Revision: 116296

URL: http://svn.apache.org/viewcvs?view=rev&rev=116296
Log:
update to build docs
Modified:
   incubator/directory/naming/trunk/xdocs/building.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=116296&p1=incubator/directory/naming/trunk/xdocs/building.xml&r1=116295&p2=incubator/directory/naming/trunk/xdocs/building.xml&r2=116296
==============================================================================
--- incubator/directory/naming/trunk/xdocs/building.xml (original)
+++ incubator/directory/naming/trunk/xdocs/building.xml Wed Dec 15 19:07:44 2004
@@ -25,22 +25,23 @@
      The dependencies common to both subprojects are the ones that appear in 
the top level 
      project.xml, viz.:
      <ul>
-        <li>Common Collections 2.1</li>
-        <li>mx4j+jmx 1.1.1</li>
-        <li>junit 3.7</li>
+        <li>Commons Collections 2.1</li>
+        <li>JUnit 3.7 (compile time only)</li>
      </ul>
-     The core subproject has no dependencies beyond these.  The factory 
subproject depends on
-     core and has the following additional dependencies, specified in 
factory/project.xml dependencies:
+     The core subproject also depends on the following for its MBean and 
Service:
      <ul>
-        <li>jta-spec 1.0.1 (runtime only, must be added to local repo, 
-            since not available on ibiblio)</li>
-        <li>javamail 1.2  (must be added to local repo, since not available on 
ibiblio)</li>
-        <li>commons-dbcp 1.0 and commons-pool 1.0.1 (only required if using 
the default 
+        <li>MX4j's JMX 1.1.1 (</li>
+     </ul>
+     The factory subproject depends on core and has the following additional 
dependencies:
+     <ul>
+        <li>Commons DBCP 1.0 and Commons Pool 1.0.1 (only required if using 
the default 
             resource factory to obtain database connections)</li>
-        <li>commons-digester 1.4.1 (for reading XML configuration files)</li>
-        <li>commons-logging 1.0.3</li>
-        <li>commons-beanutils 1.6.1 (runtime only for digester)</li>
-        <li>commons-lang 1.0.1</li>
+        <li>Commons Digester 1.4.1 (for reading XML configuration files)</li>
+        <li>Commons Logging 1.0.3</li>
+        <li>Commons BeanUtils 1.6.1 (runtime only for digester)</li>
+        <li>Commons Lang 1.0.1</li>
+        <li>jta-spec 1.0.1 (uses the spec jars from geronimo for compiling) 
</li>
+        <li>javamail 1.2  (uses the spec jars from geronimo for compiling)</li>
         <li>hsqldb 1.7.1 (testing only - used to setup a simple database to 
perform resource factory testing)</li>
      </ul>
     </p>

Reply via email to