aboutsummaryrefslogtreecommitdiffstats
path: root/ajdoc/.classpath
diff options
context:
space:
mode:
authormkersten <mkersten>2004-06-24 22:11:53 +0000
committermkersten <mkersten>2004-06-24 22:11:53 +0000
commit3707411c2b5fdd0294c2ab5305c32766644241f1 (patch)
tree773bb0184274fe5bb1d0e00005794222dba57068 /ajdoc/.classpath
parent2489444ba5813cb1f3409eab9d04aa73f1bb3939 (diff)
downloadaspectj-3707411c2b5fdd0294c2ab5305c32766644241f1.tar.gz
aspectj-3707411c2b5fdd0294c2ab5305c32766644241f1.zip
Fixed: 68494 ajdoc does not support .aj files
Diffstat (limited to 'ajdoc/.classpath')
-rw-r--r--ajdoc/.classpath20
1 files changed, 10 insertions, 10 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath
index eb78052f3..c24411bbb 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 kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.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 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="output" path="bin"/>
</classpath>