You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jc...@apache.org on 2005/08/27 05:52:30 UTC

svn commit: r240386 [1/5] - in /jakarta/commons/sandbox/proxy/trunk: ./ src/java/org/apache/commons/proxy/ src/java/org/apache/commons/proxy/exception/ src/java/org/apache/commons/proxy/factory/ src/java/org/apache/commons/proxy/factory/cglib/ src/java...

Author: jcarman
Date: Fri Aug 26 20:51:56 2005
New Revision: 240386

URL: http://svn.apache.org/viewcvs?rev=240386&view=rev
Log:
Updated eol-style

Modified:
    jakarta/commons/sandbox/proxy/trunk/LICENSE.txt   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/NOTICE.txt   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/STATUS.html   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/build.xml   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/commons-proxy.ipr   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/project.properties   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/project.xml   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/ObjectProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/ProxyFactory.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/exception/ObjectProviderException.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/exception/ProxyFactoryException.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/factory/AbstractProxyFactory.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/factory/cglib/CglibProxyFactory.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/factory/javassist/JavassistProxyFactory.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/factory/reflect/AbstractInvocationHandler.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/factory/reflect/DelegatingInvocationHandler.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/factory/reflect/MethodInterceptorInvocationHandler.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/factory/reflect/ObjectProviderInvocationHandler.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/factory/reflect/ReflectionMethodInvocation.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/factory/reflect/ReflectionProxyFactory.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/interceptor/FilteredMethodInterceptor.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/interceptor/MethodFilter.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/interceptor/MethodInterceptorChain.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/interceptor/filter/PatternMethodFilter.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/interceptor/filter/SimpleMethodFilter.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/AbstractObjectProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/BeanProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/BurlapProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/CachedProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/ConstantProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/HessianProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/JaxRpcProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/NullProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/PooledProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/ProviderDecorator.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/ProviderUtils.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/RmiProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/SingletonProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/SynchronizedProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/cache/AbstractCache.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/cache/Cache.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/cache/CacheEvictionEvent.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/cache/CacheEvictionListener.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/cache/CachedObject.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/cache/SimpleCache.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/cache/ThreadLocalCache.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/log4j.properties   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/factory/AbstractProxyFactoryTestCase.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/factory/cglib/TestCglibProxyFactory.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/factory/javassist/TestJavassistProxyFactory.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/factory/reflect/TestReflectionProxyFactory.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/interceptor/TestFilteredMethodInterceptor.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/interceptor/TestMethodInterceptorChain.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/interceptor/filter/TestPatternMethodFilter.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/interceptor/filter/TestSimpleMethodFilter.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/provider/CountingProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/provider/TestCachedProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/provider/TestConstantProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/provider/TestJaxRpcProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/provider/TestNullProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/provider/TestPooledProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/provider/TestRmiProvider.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/util/AbstractTestCase.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/util/Echo.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/util/EchoImpl.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/util/QuoteService.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/util/SuffixMethodInterceptor.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/util/rmi/RmiEcho.java   (contents, props changed)
    jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy/util/rmi/RmiEchoImpl.java   (contents, props changed)

Modified: jakarta/commons/sandbox/proxy/trunk/LICENSE.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/LICENSE.txt?rev=240386&r1=240385&r2=240386&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/LICENSE.txt (original)
+++ jakarta/commons/sandbox/proxy/trunk/LICENSE.txt Fri Aug 26 20:51:56 2005
@@ -1,202 +1,202 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.

Propchange: jakarta/commons/sandbox/proxy/trunk/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/commons/sandbox/proxy/trunk/NOTICE.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/NOTICE.txt?rev=240386&r1=240385&r2=240386&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/NOTICE.txt (original)
+++ jakarta/commons/sandbox/proxy/trunk/NOTICE.txt Fri Aug 26 20:51:56 2005
@@ -1,2 +1,2 @@
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Propchange: jakarta/commons/sandbox/proxy/trunk/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html?rev=240386&r1=240385&r2=240386&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html (original)
+++ jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html Fri Aug 26 20:51:56 2005
@@ -1,96 +1,96 @@
-<!--
-   Copyright 2005 The Apache Software Foundation
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-<html>
-<head>
-    <title>Proposal for Proxy Package</title>
-</head>
-
-<body bgcolor="white">
-
-<div align="center">
-    <h1>Proposal for <em>Proxy</em> Package</h1>
-</div>
-
-<h3>(0) Rationale</h3>
-
-<p>
-    Many projects require the use of proxies in order to support such features as method interception/decoration, lazy
-    loading, dependency injection, etc. There are many different techniques for creating proxy objects which delegate to
-    other objects (JDK proxies, CGLIB, and Javassist to name a few). Using these technologies can prove to be quite
-    daunting. This package seeks to abstract away the difficult code required to implement proxies effectively and
-    efficiently so that developers can concentrate on implementing the core implementations and method interceptors.
-</p>
-
-<h3>(1) Scope of the Package</h3>
-
-<p>
-    The package shall create and maintain a suite of utility classes for creating proxy objects written in the Java
-    language
-    to be distributed under the ASF license. The package will include many different "object provider" implementations.
-    The package will also serve as a repository for many useful MethodInterceptor (AOP Alliance API) implementations.
-    The
-    package will provide multiple "proxy factory" implementations, supporting different proxying technologies (JDK
-    proxies,
-    CGLIB, Javassist).
-</p>
-
-<h3>(1.5) Interaction With Other Packages</h3>
-
-<p>
-    <em>Proxy</em> relies on some JDK5-specific features, such as generics and read/write locks
-    (java.util.concurrent.locks package). It utilizes the JUnit unit testing framework for developing and executing unit tests, but this is of
-    interest only to developers of the component. The original will include support for the Hessian and Burlap remoting
-    protocols.  The original codebase will also include support for CGLIB and Javassist-base proxies. Method interception will be
-    done using the AOP Alliance API.
-</p>
-
-<p>No external configuration files are utilized.</p>
-
-<h3>(2) Initial Source of the Package</h3>
-
-<p>
-    The initial codebase will be contributed by James Carman based on code in the Syringe (http://syringe.dev.java.net)
-    project and can be distributed under the Apache license.
-</p>
-
-<p>The proposed package name for the new component is
-    <code>org.apache.commons.proxy</code>.</p>
-
-
-<h3>(3) Required Jakarta-Commons Resources</h3>
-
-<ul>
-    <li>SVN Repository - New directory <code>proxy</code> in the
-        <code>jakarta-commons</code> SVN repository. All initial committers
-        are already committers on <code>jakarta-commons</code>, so no
-        additional user setups are required.</li>
-    <li>Mailing List - Discussions will take place on the general
-        <em>jakarta-commons@jakarta.apache.org</em> mailing list. To help
-        list subscribers identify messages of interest, it is suggested that
-        the message subject of messages about this component be prefixed with
-        [proxy].</li>
-    <li>Bugzilla - New component "Proxy" under the "Commons" product
-        category, with appropriate version identifiers as needed.</li>
-    <li>Jyve FAQ - New category "commons-proxy" (when available). </li>
-</ul>
-
-
-<h3>(4) Initial Committers</h3>
-<ul>
-    <li>James Carman</li>
-</ul>
-</body>
+<!--
+   Copyright 2005 The Apache Software Foundation
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  -->
+<html>
+<head>
+    <title>Proposal for Proxy Package</title>
+</head>
+
+<body bgcolor="white">
+
+<div align="center">
+    <h1>Proposal for <em>Proxy</em> Package</h1>
+</div>
+
+<h3>(0) Rationale</h3>
+
+<p>
+    Many projects require the use of proxies in order to support such features as method interception/decoration, lazy
+    loading, dependency injection, etc. There are many different techniques for creating proxy objects which delegate to
+    other objects (JDK proxies, CGLIB, and Javassist to name a few). Using these technologies can prove to be quite
+    daunting. This package seeks to abstract away the difficult code required to implement proxies effectively and
+    efficiently so that developers can concentrate on implementing the core implementations and method interceptors.
+</p>
+
+<h3>(1) Scope of the Package</h3>
+
+<p>
+    The package shall create and maintain a suite of utility classes for creating proxy objects written in the Java
+    language
+    to be distributed under the ASF license. The package will include many different "object provider" implementations.
+    The package will also serve as a repository for many useful MethodInterceptor (AOP Alliance API) implementations.
+    The
+    package will provide multiple "proxy factory" implementations, supporting different proxying technologies (JDK
+    proxies,
+    CGLIB, Javassist).
+</p>
+
+<h3>(1.5) Interaction With Other Packages</h3>
+
+<p>
+    <em>Proxy</em> relies on some JDK5-specific features, such as generics and read/write locks
+    (java.util.concurrent.locks package). It utilizes the JUnit unit testing framework for developing and executing unit tests, but this is of
+    interest only to developers of the component. The original will include support for the Hessian and Burlap remoting
+    protocols.  The original codebase will also include support for CGLIB and Javassist-base proxies. Method interception will be
+    done using the AOP Alliance API.
+</p>
+
+<p>No external configuration files are utilized.</p>
+
+<h3>(2) Initial Source of the Package</h3>
+
+<p>
+    The initial codebase will be contributed by James Carman based on code in the Syringe (http://syringe.dev.java.net)
+    project and can be distributed under the Apache license.
+</p>
+
+<p>The proposed package name for the new component is
+    <code>org.apache.commons.proxy</code>.</p>
+
+
+<h3>(3) Required Jakarta-Commons Resources</h3>
+
+<ul>
+    <li>SVN Repository - New directory <code>proxy</code> in the
+        <code>jakarta-commons</code> SVN repository. All initial committers
+        are already committers on <code>jakarta-commons</code>, so no
+        additional user setups are required.</li>
+    <li>Mailing List - Discussions will take place on the general
+        <em>jakarta-commons@jakarta.apache.org</em> mailing list. To help
+        list subscribers identify messages of interest, it is suggested that
+        the message subject of messages about this component be prefixed with
+        [proxy].</li>
+    <li>Bugzilla - New component "Proxy" under the "Commons" product
+        category, with appropriate version identifiers as needed.</li>
+    <li>Jyve FAQ - New category "commons-proxy" (when available). </li>
+</ul>
+
+
+<h3>(4) Initial Committers</h3>
+<ul>
+    <li>James Carman</li>
+</ul>
+</body>
 </html>

Propchange: jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/commons/sandbox/proxy/trunk/STATUS.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/STATUS.html?rev=240386&r1=240385&r2=240386&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/STATUS.html (original)
+++ jakarta/commons/sandbox/proxy/trunk/STATUS.html Fri Aug 26 20:51:56 2005
@@ -1,144 +1,144 @@
-<!--
-   Copyright 2005 The Apache Software Foundation
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-<html>
-<head>
-    <title>Status File for Jakarta Commons "Proxy" Package</title>
-<head>
-
-<body bgcolor="white">
-
-
-<div align="center">
-    <h1>The Jakarta Commons <em>Proxy</em> Package</h1>
-    $Id$<br>
-    <a href="#Introduction">[Introduction]</a>
-    <a href="#Dependencies">[Dependencies]</a>
-    <a href="#Release Info">[Release Info]</a>
-    <a href="#Committers">[Committers]</a>
-    <a href="#Action Items">[Action Items]</a>
-    <br><br>
-</div>
-
-
-<a name="Introduction"></a>
-
-<h3>1. INTRODUCTION</h3>
-
-<p>The <em>Proxy</em> package contains a set of Java classes that facilitate the creation of dynamic proxies.
-
-    <a name="Dependencies"></a>
-
-<h3>2. DEPENDENCIES</h3>
-
-<p>The <em>Collections</em> package is dependent upon the following external
-    components for development and use:</p>
-<ul>
-    <li>
-        <a href="http://java.sun.com/j2se">Java Development Kit</a>
-        (Version 1.5 or later)
-    </li>
-    <li>
-        <a href="http://jakarta.apache.org/commons/logging">Jakarta Commons Logging</a>
-        (Version 1.0.4 or later) - for logging, <b>required</b> for deployment
-    </li>
-
-    <li><a href="http://aopalliance.sourceforge.net/">AOP Alliance</a>
-        (Version 1.0 or later) - for method interceptor support, <b>required</b> for deployment
-    </li>
-    <li>
-        <a href="http://www.junit.org">JUnit Testing Framework</a>
-        (Version 3.8.1 or later) - for unit tests only, not required
-        for deployment
-    </li>
-    <li>
-        <a href="http://ws.apache.org/axis/">Apache Axis</a>
-        (Version 1.2.1 or later) - used for testing JaxRpcProvider, not required for deployment
-        (JaxRpcProvider requires some JAX-RPC implementation at runtime if you wish to use it)
-    </li>
-    <li>
-        <a href="http://jakarta.apache.org/commons/discovery/">Jakarta Commons Discovery</a>
-        (Version 0.2 or later) - used for testing JaxRpcProvider (required by Axis), not required
-        for deployment
-    </li>
-    <li>
-        <a href="http://jakarta.apache.org/commons/pool/">Jakarta Commons Pool</a>
-        (Version 1.2 or later) - used for testing PooledProvider, not required
-        for deployment unless you wish to use PooledProvider
-    </li>
-    <li>
-        <a href="http://jakarta.apache.org/commons/collections/">Jakarta Commons Collections</a>
-        (Version 3.1 or later) - used for testing PooledProvider (required by Jakarta Commons Pool), not required
-        for deployment unless you wish to use PooledProvider
-    </li>
-    <li>
-        <a href="http://www.jboss.org/products/javassist">Javassist</a>
-        (Version 3.0 or later) - used by JavassistProxyFactory for dynamic proxy generation, not
-        required for deployment unless you wish to use JavassistProxyFactory
-    </li>
-    <li>
-        <a href="http://cglib.sourceforge.net/">CGLIB</a>
-        (Version 2.0.2 or later) - used by CglibProxyFactory for dynamic proxy generation, not
-        required for deployment unless you wish to use CglibProxyFactory
-    </li>
-    <li>
-        <a href="http://www.caucho.com/burlap/index.xtp">Burlap</a>
-        (Version 2.1.7 or later) - used by BurlapProvider, not required for deployment unless you wish to
-        use BurlapProvider
-    </li>
-    <li>
-        <a href="http://www.caucho.com/hessian/index.xtp">Hessian</a>
-        (Version 3.0.1 or later) - used by HessianProvider, not required for deployment unless you wish to
-        use HessianProvider
-    </li>
-</ul>
-
-
-<a name="Release Info"></a>
-
-<h3>3. RELEASE INFO</h3>
-
-<p>Current Release:
-    <a href="http://jakarta.apache.org/site/binindex.cgi">Version 0.1</a>
-
-<p>Planned Next Release: 1.0</p>
-
-<a name="Committers"></a>
-
-<h3>4. COMMITTERS</h3>
-
-<p>The following individuals are the primary developers and maintainers of this
-    component. Developers who plan to use <em>Collections</em> in their own
-    projects are encouraged to collaborate on the future development of this
-    component to ensure that it continues to meet a variety of needs.</p>
-<ul>
-    <li><a href="mailto:jcarman@apache.org">James Carman</a></li>
-    <li><a href="mailto:knut@apache.org">Knut Wannheden</a></li>
-    <li><a href="mailto:hohwille@users.sourceforge.net">J&#246;rg Hohwiller</a></li>
-</ul>
-
-<a name="Action Items"></a>
-
-<h3>5. ACTION ITEMS</h3>
-
-<p>
-    Want to help?
-    All ideas and suggestions should be made to the commons mailing lists,
-    commons-user at jakarta.apache.org and commons-dev at jakarta.apache.org.
-    Please prefix any emails by [collections] to pass mail filters.
-</p>
-
-</body>
+<!--
+   Copyright 2005 The Apache Software Foundation
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  -->
+<html>
+<head>
+    <title>Status File for Jakarta Commons "Proxy" Package</title>
+<head>
+
+<body bgcolor="white">
+
+
+<div align="center">
+    <h1>The Jakarta Commons <em>Proxy</em> Package</h1>
+    $Id$<br>
+    <a href="#Introduction">[Introduction]</a>
+    <a href="#Dependencies">[Dependencies]</a>
+    <a href="#Release Info">[Release Info]</a>
+    <a href="#Committers">[Committers]</a>
+    <a href="#Action Items">[Action Items]</a>
+    <br><br>
+</div>
+
+
+<a name="Introduction"></a>
+
+<h3>1. INTRODUCTION</h3>
+
+<p>The <em>Proxy</em> package contains a set of Java classes that facilitate the creation of dynamic proxies.
+
+    <a name="Dependencies"></a>
+
+<h3>2. DEPENDENCIES</h3>
+
+<p>The <em>Collections</em> package is dependent upon the following external
+    components for development and use:</p>
+<ul>
+    <li>
+        <a href="http://java.sun.com/j2se">Java Development Kit</a>
+        (Version 1.5 or later)
+    </li>
+    <li>
+        <a href="http://jakarta.apache.org/commons/logging">Jakarta Commons Logging</a>
+        (Version 1.0.4 or later) - for logging, <b>required</b> for deployment
+    </li>
+
+    <li><a href="http://aopalliance.sourceforge.net/">AOP Alliance</a>
+        (Version 1.0 or later) - for method interceptor support, <b>required</b> for deployment
+    </li>
+    <li>
+        <a href="http://www.junit.org">JUnit Testing Framework</a>
+        (Version 3.8.1 or later) - for unit tests only, not required
+        for deployment
+    </li>
+    <li>
+        <a href="http://ws.apache.org/axis/">Apache Axis</a>
+        (Version 1.2.1 or later) - used for testing JaxRpcProvider, not required for deployment
+        (JaxRpcProvider requires some JAX-RPC implementation at runtime if you wish to use it)
+    </li>
+    <li>
+        <a href="http://jakarta.apache.org/commons/discovery/">Jakarta Commons Discovery</a>
+        (Version 0.2 or later) - used for testing JaxRpcProvider (required by Axis), not required
+        for deployment
+    </li>
+    <li>
+        <a href="http://jakarta.apache.org/commons/pool/">Jakarta Commons Pool</a>
+        (Version 1.2 or later) - used for testing PooledProvider, not required
+        for deployment unless you wish to use PooledProvider
+    </li>
+    <li>
+        <a href="http://jakarta.apache.org/commons/collections/">Jakarta Commons Collections</a>
+        (Version 3.1 or later) - used for testing PooledProvider (required by Jakarta Commons Pool), not required
+        for deployment unless you wish to use PooledProvider
+    </li>
+    <li>
+        <a href="http://www.jboss.org/products/javassist">Javassist</a>
+        (Version 3.0 or later) - used by JavassistProxyFactory for dynamic proxy generation, not
+        required for deployment unless you wish to use JavassistProxyFactory
+    </li>
+    <li>
+        <a href="http://cglib.sourceforge.net/">CGLIB</a>
+        (Version 2.0.2 or later) - used by CglibProxyFactory for dynamic proxy generation, not
+        required for deployment unless you wish to use CglibProxyFactory
+    </li>
+    <li>
+        <a href="http://www.caucho.com/burlap/index.xtp">Burlap</a>
+        (Version 2.1.7 or later) - used by BurlapProvider, not required for deployment unless you wish to
+        use BurlapProvider
+    </li>
+    <li>
+        <a href="http://www.caucho.com/hessian/index.xtp">Hessian</a>
+        (Version 3.0.1 or later) - used by HessianProvider, not required for deployment unless you wish to
+        use HessianProvider
+    </li>
+</ul>
+
+
+<a name="Release Info"></a>
+
+<h3>3. RELEASE INFO</h3>
+
+<p>Current Release:
+    <a href="http://jakarta.apache.org/site/binindex.cgi">Version 0.1</a>
+
+<p>Planned Next Release: 1.0</p>
+
+<a name="Committers"></a>
+
+<h3>4. COMMITTERS</h3>
+
+<p>The following individuals are the primary developers and maintainers of this
+    component. Developers who plan to use <em>Collections</em> in their own
+    projects are encouraged to collaborate on the future development of this
+    component to ensure that it continues to meet a variety of needs.</p>
+<ul>
+    <li><a href="mailto:jcarman@apache.org">James Carman</a></li>
+    <li><a href="mailto:knut@apache.org">Knut Wannheden</a></li>
+    <li><a href="mailto:hohwille@users.sourceforge.net">J&#246;rg Hohwiller</a></li>
+</ul>
+
+<a name="Action Items"></a>
+
+<h3>5. ACTION ITEMS</h3>
+
+<p>
+    Want to help?
+    All ideas and suggestions should be made to the commons mailing lists,
+    commons-user at jakarta.apache.org and commons-dev at jakarta.apache.org.
+    Please prefix any emails by [collections] to pass mail filters.
+</p>
+
+</body>
 </html>

Propchange: jakarta/commons/sandbox/proxy/trunk/STATUS.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/commons/sandbox/proxy/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/build.xml?rev=240386&r1=240385&r2=240386&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/build.xml (original)
+++ jakarta/commons/sandbox/proxy/trunk/build.xml Fri Aug 26 20:51:56 2005
@@ -1,138 +1,138 @@
-<project name="commons-proxy" basedir="." default="compile-java">
-    <property file="build.properties"/>
-    <property name="version" value="0.1-SNAPSHOT" />
-    <property name="dir.src" location="src"/>
-    <property name="dir.src.java" location="${dir.src}/java"/>
-    <property name="dir.src.test" location="${dir.src}/test"/>
-
-    <property name="dir.build" location="build"/>
-    <property name="dir.build.java" location="${dir.build}/java"/>
-    <property name="dir.build.test" location="${dir.build}/test"/>
-    <property name="dir.build.reports" location="${dir.build}/reports"/>
-    <property name="dir.build.reports.test" location="${dir.build.reports}/junit"/>
-    <property name="dir.dist" location="dist"/>
-    <property name="dir.dist.javadoc" location="${dir.dist}/docs/api"/>
-
-    <property name="dir.lib" location="lib"/>
-    <property name="dir.lib.build" location="${dir.lib}/build"/>
-    <property name="dir.lib.runtime" location="${dir.lib}/runtime"/>
-
-    <fileset id="runtime-dependencies" dir="${dir.lib.runtime}" includes="**/*.jar"/>
-    <fileset id="build-dependencies" dir="${dir.lib.build}" includes="**/*.jar"/>
-
-    <macrodef name="get-dependency">
-        <attribute name="groupId"/>
-        <attribute name="artifactId" default="@{groupId}"/>
-        <attribute name="version" default="SNAPSHOT"/>
-        <attribute name="dir"/>
-        <sequential>
-            <mkdir dir="@{dir}/@{groupId}"/>
-            <get usetimestamp="true" description="Maven artifact @{groupId}: @{artifactId} version @{version}"
-                 src="http://www.ibiblio.org/maven/@{groupId}/jars/@{artifactId}-@{version}.jar"
-                 dest="@{dir}/@{groupId}/@{artifactId}.jar"/>
-        </sequential>
-    </macrodef>
-
-    <macrodef name="build-dependency">
-        <attribute name="groupId"/>
-        <attribute name="artifactId" default="@{groupId}"/>
-        <attribute name="version" default="SNAPSHOT"/>
-        <sequential>
-            <get-dependency groupId="@{groupId}" dir="${dir.lib.build}" artifactId="@{artifactId}"
-                            version="@{version}"/>
-        </sequential>
-    </macrodef>
-
-    <macrodef name="runtime-dependency">
-        <attribute name="groupId"/>
-        <attribute name="artifactId" default="@{groupId}"/>
-        <attribute name="version" default="SNAPSHOT"/>
-        <sequential>
-            <get-dependency groupId="@{groupId}" dir="${dir.lib.runtime}" artifactId="@{artifactId}"
-                            version="@{version}"/>
-        </sequential>
-    </macrodef>
-
-
-    <target name="get-dependencies">
-        <runtime-dependency groupId="aopalliance" version="1.0"/>
-        <runtime-dependency groupId="cglib" artifactId="cglib-full" version="2.0.2"/>
-        <runtime-dependency groupId="commons-logging" version="1.0.4" />
-        <runtime-dependency groupId="commons-pool" version="1.2" />
-        <runtime-dependency groupId="commons-collections" version="3.1" />
-        <runtime-dependency groupId="burlap" version="2.1.7"/>
-        <runtime-dependency groupId="hessian" version="3.0.1"/>
-        <runtime-dependency groupId="axis" version="1.2.1" />
-        <runtime-dependency groupId="axis" artifactId="axis-jaxrpc" version="1.2.1" />
-        <runtime-dependency groupId="axis" artifactId="axis-saaj" version="1.2.1" />
-        <runtime-dependency groupId="axis" artifactId="axis-wsdl4j" version="1.5.1" />
-        <runtime-dependency groupId="log4j" version="1.2.9" />
-        <runtime-dependency groupId="commons-discovery" version="0.2" />
-        <runtime-dependency groupId="javassist" version="3.0"/>
-        <build-dependency groupId="junit" version="3.8.1"/>
-    </target>
-
-    <target name="clean">
-        <delete dir="${dir.build}"/>
-        <delete dir="${dir.dist}"/>
-    </target>
-
-    <target name="compile-java" depends="get-dependencies">
-        <mkdir dir="${dir.build.java}"/>
-        <javac
-                srcdir="${dir.src.java}"
-                destdir="${dir.build.java}">
-            <classpath>
-                <fileset refid="runtime-dependencies"/>
-                <fileset refid="build-dependencies"/>
-            </classpath>
-        </javac>
-    </target>
-
-    <target name="compile-test" depends="compile-java">
-        <mkdir dir="${dir.build.test}"/>
-        <javac
-                srcdir="${dir.src.test}"
-                destdir="${dir.build.test}">
-            <classpath>
-                <pathelement location="${dir.build.java}"/>
-                <fileset refid="runtime-dependencies"/>
-                <fileset refid="build-dependencies"/>
-            </classpath>
-        </javac>
-        <rmic base="${dir.build.test}" includes="**/Rmi*Impl.class" />
-    </target>
-
-    <target name="build" depends="compile-java">
-
-    </target>
-
-    <target name="javadoc" depends="compile-java">
-        <mkdir dir="${dir.dist.javadoc}"/>
-        <javadoc destdir="${dir.dist.javadoc}" sourcepath="${dir.src.java}" packagenames="*">
-        </javadoc>
-    </target>
-
-    <target name="dist" depends="clean,build,javadoc">
-        <mkdir dir="${dir.dist}"/>
-        <jar basedir="${dir.build.java}" destfile="${dir.dist}/${ant.project.name}-${version}.jar"/>
-    </target>
-
-    <target name="test" depends="compile-test">
-        <mkdir dir="${dir.build.reports.test}"/>
-        <junit fork="true" haltonfailure="true" haltonerror="true" showoutput="true">
-            <classpath>
-                <pathelement location="${dir.build.java}"/>
-                <pathelement location="${dir.build.test}"/>
-                <fileset refid="build-dependencies"/>
-                <fileset refid="runtime-dependencies"/>
-            </classpath>
-            <formatter type="brief" usefile="false"/>
-            <batchtest fork="yes" todir="${dir.build.reports.test}">
-                <fileset dir="${dir.src.test}">
-                    <include name="**/Test*.java"/>
-                </fileset>
-            </batchtest>
-        </junit>
-    </target>
+<project name="commons-proxy" basedir="." default="compile-java">
+    <property file="build.properties"/>
+    <property name="version" value="0.1-SNAPSHOT" />
+    <property name="dir.src" location="src"/>
+    <property name="dir.src.java" location="${dir.src}/java"/>
+    <property name="dir.src.test" location="${dir.src}/test"/>
+
+    <property name="dir.build" location="build"/>
+    <property name="dir.build.java" location="${dir.build}/java"/>
+    <property name="dir.build.test" location="${dir.build}/test"/>
+    <property name="dir.build.reports" location="${dir.build}/reports"/>
+    <property name="dir.build.reports.test" location="${dir.build.reports}/junit"/>
+    <property name="dir.dist" location="dist"/>
+    <property name="dir.dist.javadoc" location="${dir.dist}/docs/api"/>
+
+    <property name="dir.lib" location="lib"/>
+    <property name="dir.lib.build" location="${dir.lib}/build"/>
+    <property name="dir.lib.runtime" location="${dir.lib}/runtime"/>
+
+    <fileset id="runtime-dependencies" dir="${dir.lib.runtime}" includes="**/*.jar"/>
+    <fileset id="build-dependencies" dir="${dir.lib.build}" includes="**/*.jar"/>
+
+    <macrodef name="get-dependency">
+        <attribute name="groupId"/>
+        <attribute name="artifactId" default="@{groupId}"/>
+        <attribute name="version" default="SNAPSHOT"/>
+        <attribute name="dir"/>
+        <sequential>
+            <mkdir dir="@{dir}/@{groupId}"/>
+            <get usetimestamp="true" description="Maven artifact @{groupId}: @{artifactId} version @{version}"
+                 src="http://www.ibiblio.org/maven/@{groupId}/jars/@{artifactId}-@{version}.jar"
+                 dest="@{dir}/@{groupId}/@{artifactId}.jar"/>
+        </sequential>
+    </macrodef>
+
+    <macrodef name="build-dependency">
+        <attribute name="groupId"/>
+        <attribute name="artifactId" default="@{groupId}"/>
+        <attribute name="version" default="SNAPSHOT"/>
+        <sequential>
+            <get-dependency groupId="@{groupId}" dir="${dir.lib.build}" artifactId="@{artifactId}"
+                            version="@{version}"/>
+        </sequential>
+    </macrodef>
+
+    <macrodef name="runtime-dependency">
+        <attribute name="groupId"/>
+        <attribute name="artifactId" default="@{groupId}"/>
+        <attribute name="version" default="SNAPSHOT"/>
+        <sequential>
+            <get-dependency groupId="@{groupId}" dir="${dir.lib.runtime}" artifactId="@{artifactId}"
+                            version="@{version}"/>
+        </sequential>
+    </macrodef>
+
+
+    <target name="get-dependencies">
+        <runtime-dependency groupId="aopalliance" version="1.0"/>
+        <runtime-dependency groupId="cglib" artifactId="cglib-full" version="2.0.2"/>
+        <runtime-dependency groupId="commons-logging" version="1.0.4" />
+        <runtime-dependency groupId="commons-pool" version="1.2" />
+        <runtime-dependency groupId="commons-collections" version="3.1" />
+        <runtime-dependency groupId="burlap" version="2.1.7"/>
+        <runtime-dependency groupId="hessian" version="3.0.1"/>
+        <runtime-dependency groupId="axis" version="1.2.1" />
+        <runtime-dependency groupId="axis" artifactId="axis-jaxrpc" version="1.2.1" />
+        <runtime-dependency groupId="axis" artifactId="axis-saaj" version="1.2.1" />
+        <runtime-dependency groupId="axis" artifactId="axis-wsdl4j" version="1.5.1" />
+        <runtime-dependency groupId="log4j" version="1.2.9" />
+        <runtime-dependency groupId="commons-discovery" version="0.2" />
+        <runtime-dependency groupId="javassist" version="3.0"/>
+        <build-dependency groupId="junit" version="3.8.1"/>
+    </target>
+
+    <target name="clean">
+        <delete dir="${dir.build}"/>
+        <delete dir="${dir.dist}"/>
+    </target>
+
+    <target name="compile-java" depends="get-dependencies">
+        <mkdir dir="${dir.build.java}"/>
+        <javac
+                srcdir="${dir.src.java}"
+                destdir="${dir.build.java}">
+            <classpath>
+                <fileset refid="runtime-dependencies"/>
+                <fileset refid="build-dependencies"/>
+            </classpath>
+        </javac>
+    </target>
+
+    <target name="compile-test" depends="compile-java">
+        <mkdir dir="${dir.build.test}"/>
+        <javac
+                srcdir="${dir.src.test}"
+                destdir="${dir.build.test}">
+            <classpath>
+                <pathelement location="${dir.build.java}"/>
+                <fileset refid="runtime-dependencies"/>
+                <fileset refid="build-dependencies"/>
+            </classpath>
+        </javac>
+        <rmic base="${dir.build.test}" includes="**/Rmi*Impl.class" />
+    </target>
+
+    <target name="build" depends="compile-java">
+
+    </target>
+
+    <target name="javadoc" depends="compile-java">
+        <mkdir dir="${dir.dist.javadoc}"/>
+        <javadoc destdir="${dir.dist.javadoc}" sourcepath="${dir.src.java}" packagenames="*">
+        </javadoc>
+    </target>
+
+    <target name="dist" depends="clean,build,javadoc">
+        <mkdir dir="${dir.dist}"/>
+        <jar basedir="${dir.build.java}" destfile="${dir.dist}/${ant.project.name}-${version}.jar"/>
+    </target>
+
+    <target name="test" depends="compile-test">
+        <mkdir dir="${dir.build.reports.test}"/>
+        <junit fork="true" haltonfailure="true" haltonerror="true" showoutput="true">
+            <classpath>
+                <pathelement location="${dir.build.java}"/>
+                <pathelement location="${dir.build.test}"/>
+                <fileset refid="build-dependencies"/>
+                <fileset refid="runtime-dependencies"/>
+            </classpath>
+            <formatter type="brief" usefile="false"/>
+            <batchtest fork="yes" todir="${dir.build.reports.test}">
+                <fileset dir="${dir.src.test}">
+                    <include name="**/Test*.java"/>
+                </fileset>
+            </batchtest>
+        </junit>
+    </target>
 </project>

Propchange: jakarta/commons/sandbox/proxy/trunk/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml?rev=240386&r1=240385&r2=240386&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml (original)
+++ jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml Fri Aug 26 20:51:56 2005
@@ -1,153 +1,153 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module version="4" relativePaths="true" type="JAVA_MODULE">
-  <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager">
-    <output url="file://$MODULE_DIR$/build/java" />
-    <exclude-output />
-    <output-test url="file://$MODULE_DIR$/build/test" />
-    <content url="file://$MODULE_DIR$">
-      <sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
-      <sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
-      <excludeFolder url="file://$MODULE_DIR$/lib" />
-    </content>
-    <orderEntry type="inheritedJdk" />
-    <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/aopalliance/aopalliance.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/cglib/cglib-full.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/hessian/hessian.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/javassist/javassist.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/build/junit/junit.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/burlap/burlap.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/axis/axis-jaxrpc.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/axis/axis.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/axis/axis-saaj.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/axis/axis-wsdl4j.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/log4j/log4j.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/commons-pool/commons-pool.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/commons-collections/commons-collections.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/commons-logging/commons-logging.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntry type="module-library">
-      <library>
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/lib/runtime/commons-discovery/commons-discovery.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
-    <orderEntryProperties />
-  </component>
-</module>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<module version="4" relativePaths="true" type="JAVA_MODULE">
+  <component name="ModuleRootManager" />
+  <component name="NewModuleRootManager">
+    <output url="file://$MODULE_DIR$/build/java" />
+    <exclude-output />
+    <output-test url="file://$MODULE_DIR$/build/test" />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
+      <excludeFolder url="file://$MODULE_DIR$/lib" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/aopalliance/aopalliance.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/cglib/cglib-full.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/hessian/hessian.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/javassist/javassist.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/build/junit/junit.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/burlap/burlap.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/axis/axis-jaxrpc.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/axis/axis.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/axis/axis-saaj.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/axis/axis-wsdl4j.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/log4j/log4j.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/commons-pool/commons-pool.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/commons-collections/commons-collections.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/commons-logging/commons-logging.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/lib/runtime/commons-discovery/commons-discovery.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntryProperties />
+  </component>
+</module>
+

Propchange: jakarta/commons/sandbox/proxy/trunk/commons-proxy.iml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org