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.adoc 1.4KB

12345678910111213141516171819
  1. = AspectJ library module
  2. This module primarily contains binary libraries from open-source projects, some of which are subject to licenses other
  3. than the Eclipse Public License (EPL). Those not subject to EPL are not distributed in source or binary form with
  4. AspectJ (except for Apache's BCEL), but are used in the development of AspectJ. This module also contains some bootstrap
  5. libraries and test sources.
  6. * ant: Ant 1.6.3 from https:jakarta.apache.org/ant. This is a normal binary distribution, junit.jar in the lib dir. Ant
  7. is available under the Apache Software License.
  8. * aspectj: This is just our version to avoid bootstrapping Ant builds of modules built with AspectJ. Likely to be
  9. replaced with bootstrapping.
  10. * bcel: The Bytecode Engineering Library from https:jakarta.apache.org/bcel, available under the Apache Software License.
  11. * build: bootstrap libraries for the build process.
  12. * commons: Commons 1.0 from https://commons.apache.org[apache.org]. This is used only by the testing module.
  13. * junit: JUnit 3.7 test libraries, available from https://junit.org[junit.org] and under the CPL.
  14. * regexp: Regular expressions from the retired https://jakarta.apache.org[Apache Jakarta] project. This is used only by
  15. the testing module.
  16. * test: bootstrap libraries for the test process. These could be replaced with build products, to avoid the checked-in
  17. versions being out of date, but these build products change rarely (and almost never in binary-incompatible ways).