You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme-lib-module.html 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <html>
  2. <head><title>AspectJ library module</title></head>
  3. <body>
  4. <h2>AspectJ library module</h2>
  5. This module primarily contains binary libraries from open-source projects,
  6. some of which are subject to licenses other than the Eclipse Public License (EPL).
  7. Those not subject to EPL are not distributed in source or binary form with
  8. AspectJ (except for Apache's BCEL), but are used in the development of AspectJ.
  9. This module also contains some bootstrap libraries and test sources.
  10. <ul>
  11. <li><a href="ant">ant</a>:
  12. Ant 1.6.3 from
  13. <a href="http:jakarta.apache.org/ant">http:jakarta.apache.org/ant</a>.
  14. This is a normal binary distribution, with junit.jar in the lib dir.
  15. Ant is available under the Apache Software License.
  16. </li>
  17. <li><a href="aspectj">aspectj</a>:
  18. This is just our version to avoid bootstrapping Ant builds of
  19. modules built with AspectJ. Likely to be replaced with bootstrapping.
  20. </li>
  21. <li><a href="bcel">bcel</a>:
  22. The Bytecode Engineering Library from
  23. <a href="http:jakarta.apache.org/bcel">http:jakarta.apache.org/bcel</a>,
  24. available under the Apache Software License.
  25. </li>
  26. <li><a href="build">build</a>: bootstrap libraries for the build process.
  27. </li>
  28. <li><a href="commons">commons</a>:
  29. Commons 1.0 from
  30. <a href="http:jakarta.apache.org/commons">http:jakarta.apache.org/commons</a>.
  31. This is used only by the testing module.
  32. </li>
  33. <li><a href="jdiff">jdiff</a>:
  34. JDiff binaries; there is a jdiff project under LGPL at
  35. <a href="http:sourceforge.net/projects/javadiff">http:sourceforge.net/projects/javadiff</a>.
  36. This is used only internally by the testing module and is not distributed.
  37. </li>
  38. <li><a href="junit">junit</a>:
  39. JUnit 3.7 test libraries, available from
  40. <a href="http:junit.org">junit.org</a> and under the CPL.
  41. </li>
  42. <li><a href="regexp">regexp</a>:
  43. Regular expressions from
  44. <a href="http:jakarta.apache.org">http:jakarta.apache.org</a>.
  45. This is used only by the testing module.
  46. </li>
  47. <li><a href="saxon">saxon</a>:
  48. For building docbook.
  49. </li>
  50. <li><a href="test">test</a>: bootstrap libraries for the test process.
  51. These could be replaced with build products, to avoid the checked-in
  52. versions being out of date, but these build products change rarely
  53. (and almost never in binary-incompatible ways).
  54. </li>
  55. </ul>
  56. </body>
  57. </html>