diff options
author | wisberg <wisberg> | 2003-05-24 09:44:02 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-24 09:44:02 +0000 |
commit | 8bee39694d3b5a098024f887bd178b14a443e19b (patch) | |
tree | df00613d668baca8b8cdaa454c737ca64cab47ac /testing/.classpath | |
parent | e5436c850f729bf90d3533fe6fb2144ef406bd6f (diff) | |
download | aspectj-8bee39694d3b5a098024f887bd178b14a443e19b.tar.gz aspectj-8bee39694d3b5a098024f887bd178b14a443e19b.zip |
added taskdefs to classpath to support AjcTaskCompileCommand
Diffstat (limited to 'testing/.classpath')
-rw-r--r-- | testing/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/.classpath b/testing/.classpath index d0e2f8fb9..4d82f83dc 100644 --- a/testing/.classpath +++ b/testing/.classpath @@ -16,5 +16,6 @@ <classpathentry kind="src" path="/testing-util"/> <classpathentry kind="src" path="/ajde"/> <classpathentry kind="src" path="/asm"/> + <classpathentry kind="src" path="/taskdefs"/> <classpathentry kind="output" path="bin"/> </classpath> |