diff options
author | wisberg <wisberg> | 2002-12-16 18:14:27 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 18:14:27 +0000 |
commit | 1025cde05abe95be6ca65aab3ba126258efc647f (patch) | |
tree | 7d40d6fa06fef869e4d38cbe44ce431011e2eff8 /lib | |
parent | d842c4f1139629c1f062b74ba818d233b2c31043 (diff) | |
download | aspectj-1025cde05abe95be6ca65aab3ba126258efc647f.tar.gz aspectj-1025cde05abe95be6ca65aab3ba126258efc647f.zip |
initial version
Diffstat (limited to 'lib')
-rw-r--r-- | lib/commons/commons-src.zip | bin | 0 -> 300608 bytes | |||
-rw-r--r-- | lib/commons/commons.jar | bin | 0 -> 286777 bytes | |||
-rw-r--r-- | lib/readme-lib-module.html | 5 |
3 files changed, 5 insertions, 0 deletions
diff --git a/lib/commons/commons-src.zip b/lib/commons/commons-src.zip Binary files differnew file mode 100644 index 000000000..9ac8d7180 --- /dev/null +++ b/lib/commons/commons-src.zip diff --git a/lib/commons/commons.jar b/lib/commons/commons.jar Binary files differnew file mode 100644 index 000000000..e4254976f --- /dev/null +++ b/lib/commons/commons.jar diff --git a/lib/readme-lib-module.html b/lib/readme-lib-module.html index 33ce54651..1911ac007 100644 --- a/lib/readme-lib-module.html +++ b/lib/readme-lib-module.html @@ -24,6 +24,11 @@ This module also contains some bootstrap libraries and test sources. </li> <li><a href="build">build</a>: bootstrap libraries for the build process. </li> + <li><a href="commons">commons</a>: + Commons 1.0 from + <a ="http:jakarta.apache.org/commons">http:jakarta.apache.org/commons</a>. + This is used only by the testing module. + </li> <li><a href="eclipse2.0">eclipse2.0</a>: The AspectJ compiler is a patch to the Eclipse 2.0 compiler. These are the non-compiler binaries. For the eclipse compiler |