Author: psteitz Date: Sat Jan 8 15:40:21 2005 New Revision: 124688 URL: http://svn.apache.org/viewcvs?view=rev&rev=124688 Log: Replaced subproject -> package. 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=124688&p1=incubator/directory/naming/trunk/xdocs/building.xml&r1=124687&p2=incubator/directory/naming/trunk/xdocs/building.xml&r2=124688 ============================================================================== --- incubator/directory/naming/trunk/xdocs/building.xml (original) +++ incubator/directory/naming/trunk/xdocs/building.xml Sat Jan 8 15:40:21 2005 @@ -8,16 +8,16 @@ <section name="Maven targets"> <p> - Naming consists of six subprojects: naming-core, naming-factory, + Naming consists of six packages: naming-core, naming-factory, naming-java, naming-management, naming-resources, and naming-config. These can be built separately by executing maven build targets from - the subproject directories. All subprojects can be + the package subdirectories. All packages can be built using the following targets, executed from the top level directory/naming directory: <ul> - <li>multiproject:clean -- cleans all subprojects</li> - <li>multiproject:install -- builds, tests and jars all subprojects</li> - <li>multiproject:site -- generates an integrated site including all subprojects</li> + <li>multiproject:clean -- cleans all packages</li> + <li>multiproject:install -- builds, tests and jars all packages</li> + <li>multiproject:site -- generates an integrated site including all packages</li> <li>clean -- cleans top level project</li> </ul> </p> @@ -25,10 +25,10 @@ </section> <section name="Dependencies"> <p> - All other subprojects depend on naming-core, which requires - commons-logging (1.0.3). The dependencies of the other subprojects are: + All other packages depend on naming-core, which requires + commons-logging (1.0.3). The dependencies of the other packages are: <table> - <tr><th>Subproject</th><th>Dependencies</th></tr> + <tr><th>Package</th><th>Dependencies</th></tr> <tr><td>Java</td><td>naming-core</td></tr> <tr><td>Factory</td> <td>naming-core, geronimo-spec-javamail (1.3.1-rc1) Modified: incubator/directory/naming/trunk/xdocs/index.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/xdocs/index.xml?view=diff&rev=124688&p1=incubator/directory/naming/trunk/xdocs/index.xml&r1=124687&p2=incubator/directory/naming/trunk/xdocs/index.xml&r2=124688 ============================================================================== --- incubator/directory/naming/trunk/xdocs/index.xml (original) +++ incubator/directory/naming/trunk/xdocs/index.xml Sat Jan 8 15:40:21 2005 @@ -22,13 +22,13 @@ </p> <p> To enable flexible deployment with limited dependencies, Naming is - divided in 6 subprojects, each producing a separate jar artifact. + divided in 6 packages, each producing a separate jar artifact. </p> </section> - <section name="Subprojects"> + <section name="Packages"> <p> <table> - <tr><th>Subproject</th><th>Description</th><th>Dependencies</th></tr> + <tr><th>Package</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>commons-logging</td>
