mpoeschl 2002/12/03 04:31:11 Modified: configuration/xdocs index.xml Log: change layout Revision Changes Path 1.3 +10 -16 jakarta-commons-sandbox/configuration/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/configuration/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 28 Aug 2002 18:16:02 -0000 1.2 +++ index.xml 3 Dec 2002 12:31:10 -0000 1.3 @@ -10,22 +10,16 @@ <body> <section name="Configuration"> - <table> - <tr><th>Component</th><th>Description</th></tr> - <tr> - <td>Configuration</td> - <td> - This code originated in JServ, was brought into Turbine, - moved to Velocity and improved, and then moved into the - Commons as ExtendedProperties. The code in - ExtendedProperties is a little unweildly and deals - specifically with properties files. We wanted to use a - general Configuration interface and allow the source of the - values to vary. Right now we only have the properties file - version working, but the XML configuration will soon work. - </td> - </tr> - </table> + <p> + This code originated in JServ, was brought into Turbine, + moved to Velocity and improved, and then moved into the + Commons as ExtendedProperties. The code in + ExtendedProperties is a little unweildly and deals + specifically with properties files. We wanted to use a + general Configuration interface and allow the source of the + values to vary. Right now we only have the properties file + version working, but the XML configuration will soon work. + </p> </section> </body> </document>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>