martinc 2002/10/31 21:13:52 Modified: xdocs commons.xml Log: Fix line ends. Revision Changes Path 1.5 +43 -43 jakarta-commons/xdocs/commons.xml Index: commons.xml =================================================================== RCS file: /home/cvs/jakarta-commons/xdocs/commons.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- commons.xml 27 Sep 2002 21:05:13 -0000 1.4 +++ commons.xml 1 Nov 2002 05:13:52 -0000 1.5 @@ -1,43 +1,43 @@ -<?xml version="1.0"?> - -<document> - - <properties> - <title>Commons Proper</title> - <author email="[EMAIL PROTECTED]">Commons Documentation Team</author> - </properties> - - <body> - - -<section name="The Commons Proper"> - -<p> - The Commons Proper is dedicated to one principal - goal: creating and maintaining reusable Java components. The Commons - Proper is a place for collaboration and sharing, where - developers from throughout the Jakarta community can work together - on projects to be shared by the Jakarta projects and Jakarta users. -</p> - - <p> - Commons developers will make an effort to ensure that their - components have minimal dependencies on other libraries, so that - these components can be deployed easily. In addition, Commons components - will keep their interfaces as stable as possible, so that Jakarta users - (including other Jakarta subprojects) can implement these - components without having to worry about changes in the future. -</p> - -<p> - We welcome participation from all that are interested, at all skill levels. - Coding, documentation and testing are all critical parts of the software - development process. If you are interested in participating in any of - these aspects, please join us! -</p> - - -</section> - - </body> - </document> +<?xml version="1.0"?> + +<document> + + <properties> + <title>Commons Proper</title> + <author email="[EMAIL PROTECTED]">Commons Documentation Team</author> + </properties> + + <body> + + +<section name="The Commons Proper"> + +<p> + The Commons Proper is dedicated to one principal + goal: creating and maintaining reusable Java components. The Commons + Proper is a place for collaboration and sharing, where + developers from throughout the Jakarta community can work together + on projects to be shared by the Jakarta projects and Jakarta users. +</p> + + <p> + Commons developers will make an effort to ensure that their + components have minimal dependencies on other libraries, so that + these components can be deployed easily. In addition, Commons components + will keep their interfaces as stable as possible, so that Jakarta users + (including other Jakarta subprojects) can implement these + components without having to worry about changes in the future. +</p> + +<p> + We welcome participation from all that are interested, at all skill levels. + Coding, documentation and testing are all critical parts of the software + development process. If you are interested in participating in any of + these aspects, please join us! +</p> + + +</section> + + </body> + </document>
-- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
