diff options
author | acolyer <acolyer> | 2005-11-23 12:52:27 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-11-23 12:52:27 +0000 |
commit | 8b294d9e4f02625c4c3391612242969fb4b6be57 (patch) | |
tree | 15b4adfb80b1d162c1a48191b694acfda70eae19 /tests/.classpath | |
parent | 504e4300204475cef1254de5d1308863c43b26e7 (diff) | |
download | aspectj-8b294d9e4f02625c4c3391612242969fb4b6be57.tar.gz aspectj-8b294d9e4f02625c4c3391612242969fb4b6be57.zip |
tests and fix for pr103157
Diffstat (limited to 'tests/.classpath')
-rw-r--r-- | tests/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/.classpath b/tests/.classpath index 3d4d909eb..528b09d65 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -13,7 +13,7 @@ <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> <classpathentry kind="lib" path="/lib/ant/lib/ant-launcher.jar"/> <classpathentry kind="src" path="testsrc"/> - <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/> + <classpathentry kind="var" path="JAVA_HOME/lib/dt.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/weaver"/> <classpathentry kind="output" path="bin"/> </classpath> |