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 | |
parent | e5436c850f729bf90d3533fe6fb2144ef406bd6f (diff) | |
download | aspectj-8bee39694d3b5a098024f887bd178b14a443e19b.tar.gz aspectj-8bee39694d3b5a098024f887bd178b14a443e19b.zip |
added taskdefs to classpath to support AjcTaskCompileCommand
Diffstat (limited to 'testing')
-rw-r--r-- | testing/.classpath | 1 | ||||
-rw-r--r-- | testing/.project | 1 |
2 files changed, 2 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> diff --git a/testing/.project b/testing/.project index c11f2a5ab..b379c3218 100644 --- a/testing/.project +++ b/testing/.project @@ -6,6 +6,7 @@ <project>ajde</project> <project>asm</project> <project>bridge</project> + <project>taskdefs</project> <project>testing-client</project> <project>testing-util</project> <project>util</project> |