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