summaryrefslogtreecommitdiffstats
path: root/tests/.classpath
diff options
context:
space:
mode:
authoravasseur <avasseur>2005-05-11 14:36:35 +0000
committeravasseur <avasseur>2005-05-11 14:36:35 +0000
commit0e803e159d53b87c79213cb0c4872b195099da38 (patch)
tree24200e41b073467963fbcf80bdcfc596b1043100 /tests/.classpath
parentf30900cda23368231337c714dfda2747d021e80e (diff)
downloadaspectj-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/.classpath1
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>