diff options
author | wisberg <wisberg> | 2002-12-16 18:31:40 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 18:31:40 +0000 |
commit | 917c6a81789d436f4d14db8d1f1385bca2f4a580 (patch) | |
tree | aec0fad654128bf65d260f01869e8a724e41eff3 /lib | |
parent | 1025cde05abe95be6ca65aab3ba126258efc647f (diff) | |
download | aspectj-917c6a81789d436f4d14db8d1f1385bca2f4a580.tar.gz aspectj-917c6a81789d436f4d14db8d1f1385bca2f4a580.zip |
initial version
Diffstat (limited to 'lib')
-rw-r--r-- | lib/jdiff/jdiff.jar | bin | 0 -> 22880 bytes | |||
-rw-r--r-- | lib/readme-lib-module.html | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib/jdiff/jdiff.jar b/lib/jdiff/jdiff.jar Binary files differnew file mode 100644 index 000000000..792e2c532 --- /dev/null +++ b/lib/jdiff/jdiff.jar diff --git a/lib/readme-lib-module.html b/lib/readme-lib-module.html index 1911ac007..d5f01e789 100644 --- a/lib/readme-lib-module.html +++ b/lib/readme-lib-module.html @@ -35,6 +35,11 @@ This module also contains some bootstrap libraries and test sources. and patched, see the org.eclipse.jdt.core module. This is available under the CPL. </li> + <li><a href="jdiff">jdiff</a>: + JDiff binaries; there is a jdiff project under LGPL at + <a ="http:sourceforge.net/projects/javadiff">http:sourceforge.net/projects/javadiff</a>. + This is used only internally by the testing module and is not distributed. + </li> <li><a href="junit">junit</a>: JUnit 3.7 test libraries, available from <a ="http:junit.org">junit.org</a> and under the CPL. |