summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-16 18:31:40 +0000
committerwisberg <wisberg>2002-12-16 18:31:40 +0000
commit917c6a81789d436f4d14db8d1f1385bca2f4a580 (patch)
treeaec0fad654128bf65d260f01869e8a724e41eff3 /lib
parent1025cde05abe95be6ca65aab3ba126258efc647f (diff)
downloadaspectj-917c6a81789d436f4d14db8d1f1385bca2f4a580.tar.gz
aspectj-917c6a81789d436f4d14db8d1f1385bca2f4a580.zip
initial version
Diffstat (limited to 'lib')
-rw-r--r--lib/jdiff/jdiff.jarbin0 -> 22880 bytes
-rw-r--r--lib/readme-lib-module.html5
2 files changed, 5 insertions, 0 deletions
diff --git a/lib/jdiff/jdiff.jar b/lib/jdiff/jdiff.jar
new file mode 100644
index 000000000..792e2c532
--- /dev/null
+++ b/lib/jdiff/jdiff.jar
Binary files differ
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.