diff options
author | wisberg <wisberg> | 2004-04-07 23:43:56 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-04-07 23:43:56 +0000 |
commit | 3d8ddd7949c38db87d7b31eac6722bebd92317ae (patch) | |
tree | 7fa84d929f6a40bb49d89696425f5b27b7db6fba /ajdoc/.classpath | |
parent | a26fd2278072e32497908875ed1f96f444ff4286 (diff) | |
download | aspectj-3d8ddd7949c38db87d7b31eac6722bebd92317ae.tar.gz aspectj-3d8ddd7949c38db87d7b31eac6722bebd92317ae.zip |
standard junit dependency - still need to fix the tools.jar reference
Diffstat (limited to 'ajdoc/.classpath')
-rw-r--r-- | ajdoc/.classpath | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath index 7ceaa12f0..eb78052f3 100644 --- a/ajdoc/.classpath +++ b/ajdoc/.classpath @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="src" path="/asm"/> - <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> - <classpathentry kind="src" path="/bridge"/> - <classpathentry kind="src" path="/util"/> - <classpathentry kind="lib" path="C:/Apps/j2sdk1.4.2/lib/tools.jar"/> - <classpathentry kind="src" path="testsrc"/> - <classpathentry sourcepath="JUNIT_HOME/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="src" path="/asm"/> + <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="lib" path="C:/Apps/j2sdk1.4.2/lib/tools.jar"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> + <classpathentry kind="output" path="bin"/> </classpath> |