]> source.dussan.org Git - aspectj.git/commitdiff
Made reference to tools.jar relative to JAVA_HOME variable. (which you must define!!!)
authoraclement <aclement>
Fri, 6 Aug 2004 12:40:30 +0000 (12:40 +0000)
committeraclement <aclement>
Fri, 6 Aug 2004 12:40:30 +0000 (12:40 +0000)
ajdoc/.classpath

index c24411bbbc7461d89968ef3840813c068980fc91..69fb98d8c4d91b88fbcece8ae4c09c3a0f7e2544 100644 (file)
@@ -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>