]> source.dussan.org Git - aspectj.git/commitdiff
Ensures we can find tools.jar (javac) when running the tests. Similar setup to ajdoc...
authoraclement <aclement>
Wed, 11 May 2005 08:31:50 +0000 (08:31 +0000)
committeraclement <aclement>
Wed, 11 May 2005 08:31:50 +0000 (08:31 +0000)
tests/.classpath

index 148ca222993ff6e8a9c09aa9545d71b3ecf4c6f3..db20e73321fb431845b46d7635cdd160602c6f8f 100644 (file)
@@ -10,6 +10,7 @@
        <classpathentry kind="src" path="/bridge"/>
        <classpathentry kind="src" path="/ajde"/>
        <classpathentry kind="src" path="/asm"/>
+       <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/>
        <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>