Author: akarasulu Date: Fri Dec 10 10:45:33 2004 New Revision: 111538 URL: http://svn.apache.org/viewcvs?view=rev&rev=111538 Log: clarify that some props are required only if others are used Modified: incubator/directory/eve/trunk/xdocs/jndi.xml
Modified: incubator/directory/eve/trunk/xdocs/jndi.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/jndi.xml?view=diff&rev=111538&p1=incubator/directory/eve/trunk/xdocs/jndi.xml&r1=111537&p2=incubator/directory/eve/trunk/xdocs/jndi.xml&r2=111538 ============================================================================== --- incubator/directory/eve/trunk/xdocs/jndi.xml (original) +++ incubator/directory/eve/trunk/xdocs/jndi.xml Fri Dec 10 10:45:33 2004 @@ -36,7 +36,7 @@ <section name="Eve Specific JNDI Properties"> <table> - <th><td>key</td><td>optional</td><td>description</td></th> + <tr><th>key</th><th>optional</th><th>description</th></tr> <tr> <td>eve.wkdir</td> <td>true</td> @@ -129,7 +129,7 @@ <tr> <td>eve.db.partition.suffix.</td> - <td>false</td> + <td>false when adding partitions</td> <td> A key base for listing the suffixes of database partitions. The identifier for the partition is appended to this base to form the @@ -149,7 +149,7 @@ <tr> <td>eve.db.partition.attributes.</td> - <td>false</td> + <td>false when adding partitions</td> <td> A key base for listing the attributes and values for the suffix entries of partitions. The identifier for the partition is
