diff options
author | aclement <aclement> | 2004-08-06 12:40:30 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-08-06 12:40:30 +0000 |
commit | 85e825b8b6287a7e4c058c664a2a8d685780527e (patch) | |
tree | 4696f28b8f8da37055d7977671e88731e3048ee0 /ajdoc | |
parent | c614a068eaacbc49c117e57d407b4c9b35404097 (diff) | |
download | aspectj-85e825b8b6287a7e4c058c664a2a8d685780527e.tar.gz aspectj-85e825b8b6287a7e4c058c664a2a8d685780527e.zip |
Made reference to tools.jar relative to JAVA_HOME variable. (which you must define!!!)
Diffstat (limited to 'ajdoc')
-rw-r--r-- | ajdoc/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath index c24411bbb..69fb98d8c 100644 --- a/ajdoc/.classpath +++ b/ajdoc/.classpath @@ -6,8 +6,8 @@ <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/util"/> - <classpathentry sourcepath="C:/Apps/j2sdk1.4.2/src.zip" kind="lib" path="C:/Apps/j2sdk1.4.2/lib/tools.jar"/> <classpathentry kind="src" path="testsrc"/> <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |