diff options
author | aclement <aclement> | 2005-01-19 09:36:46 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-01-19 09:36:46 +0000 |
commit | 71966e3348a05cb99b88885b8e6b751cc61a638e (patch) | |
tree | c55bfb4bd3c329fbd466f4d5232131a4b0cf1871 /tests/.classpath | |
parent | 0c8315087053985cae6defeaa2e3f9377968de88 (diff) | |
download | aspectj-71966e3348a05cb99b88885b8e6b751cc61a638e.tar.gz aspectj-71966e3348a05cb99b88885b8e6b751cc61a638e.zip |
Fix for Bug 82570: Weaved code does not include debug lines
Diffstat (limited to 'tests/.classpath')
-rw-r--r-- | tests/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.classpath b/tests/.classpath index c312f108f..148ca2229 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -10,5 +10,6 @@ <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/ajde"/> <classpathentry kind="src" path="/asm"/> + <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |