diff options
author | mkersten <mkersten> | 2004-03-10 19:46:13 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2004-03-10 19:46:13 +0000 |
commit | 799a74bf1cb3350cb0ab8ec55d23075524d4f240 (patch) | |
tree | 955989051fdd2ad7b7fc7dcce61d9277a2f5c1e7 /ajdoc/.classpath | |
parent | 281b698886b721aef7b15f356b0a4a50a2da7edf (diff) | |
download | aspectj-799a74bf1cb3350cb0ab8ec55d23075524d4f240.tar.gz aspectj-799a74bf1cb3350cb0ab8ec55d23075524d4f240.zip |
Port of ajdoc declaration hierarchy to ASM.
Diffstat (limited to 'ajdoc/.classpath')
-rw-r--r-- | ajdoc/.classpath | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath index bb44554db..7ceaa12f0 100644 --- a/ajdoc/.classpath +++ b/ajdoc/.classpath @@ -7,5 +7,7 @@ <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/util"/> <classpathentry kind="lib" path="C:/Apps/j2sdk1.4.2/lib/tools.jar"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry sourcepath="JUNIT_HOME/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |