diff options
author | mkersten <mkersten> | 2003-07-17 22:30:39 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2003-07-17 22:30:39 +0000 |
commit | 501390c0fb1b93ce1f50f3df4fbdd55e76ccb39c (patch) | |
tree | a47c99a93ad224bb99facdfc956517478cc8a475 /ajbrowser/.classpath | |
parent | 6eb482dface852484db89a30103c64cafbc181b4 (diff) | |
download | aspectj-501390c0fb1b93ce1f50f3df4fbdd55e76ccb39c.tar.gz aspectj-501390c0fb1b93ce1f50f3df4fbdd55e76ccb39c.zip |
Re-added taskdefs dependancy for build system.
Diffstat (limited to 'ajbrowser/.classpath')
-rw-r--r-- | ajbrowser/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ajbrowser/.classpath b/ajbrowser/.classpath index 99318fa2d..f6ca4db4c 100644 --- a/ajbrowser/.classpath +++ b/ajbrowser/.classpath @@ -8,5 +8,6 @@ <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/asm"/> + <classpathentry kind="src" path="/taskdefs"/> <classpathentry kind="output" path="bin"/> </classpath> |