aboutsummaryrefslogtreecommitdiffstats
path: root/ajdoc
diff options
context:
space:
mode:
authoraclement <aclement>2011-06-16 16:03:47 +0000
committeraclement <aclement>2011-06-16 16:03:47 +0000
commit2d7f334c06d8a3ac185fcf2e609a35d27eef465e (patch)
tree5bee1fb6c72af78f09d97fde065186b5c039a59c /ajdoc
parent77da838587dd23523cba21f2e8b77f391f54601e (diff)
downloadaspectj-2d7f334c06d8a3ac185fcf2e609a35d27eef465e.tar.gz
aspectj-2d7f334c06d8a3ac185fcf2e609a35d27eef465e.zip
fix cp
Diffstat (limited to 'ajdoc')
-rw-r--r--ajdoc/.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath
index daee145cd..b675c18b0 100644
--- a/ajdoc/.classpath
+++ b/ajdoc/.classpath
@@ -6,7 +6,8 @@
<classpathentry kind="src" path="/bridge"/>
<classpathentry kind="src" path="/util"/>
<classpathentry kind="src" path="testsrc"/>
- <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
+ <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="var" path="JRE14_LIB"/>
<classpathentry kind="output" path="bin"/>
</classpath>