diff options
author | avasseur <avasseur> | 2005-05-11 14:36:35 +0000 |
---|---|---|
committer | avasseur <avasseur> | 2005-05-11 14:36:35 +0000 |
commit | 0e803e159d53b87c79213cb0c4872b195099da38 (patch) | |
tree | 24200e41b073467963fbcf80bdcfc596b1043100 /tests/.classpath | |
parent | f30900cda23368231337c714dfda2747d021e80e (diff) | |
download | aspectj-0e803e159d53b87c79213cb0c4872b195099da38.tar.gz aspectj-0e803e159d53b87c79213cb0c4872b195099da38.zip |
remove bad _IDE folder instead of bin/ that leads to odd side effects, add tools.jar to tests .classpath module for LTW tests using AntSpec
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 db20e7332..a2a5a14f1 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -12,5 +12,6 @@ <classpathentry kind="src" path="/asm"/> <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/> <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> + <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |