diff options
author | mkersten <mkersten> | 2004-02-18 16:12:54 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2004-02-18 16:12:54 +0000 |
commit | 83198dbf96b93058941fe3d2f054d7cc42848172 (patch) | |
tree | b271f8da64231abbf1268d6ea99241b925c3ef0d /ajdoc/.classpath | |
parent | 0d5096c9b943aa294b663890bd90423a8becfef2 (diff) | |
download | aspectj-83198dbf96b93058941fe3d2f054d7cc42848172.tar.gz aspectj-83198dbf96b93058941fe3d2f054d7cc42848172.zip |
Lightweight ajdoc prototype.
Diffstat (limited to 'ajdoc/.classpath')
-rw-r--r-- | ajdoc/.classpath | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ajdoc/.classpath b/ajdoc/.classpath new file mode 100644 index 000000000..bb44554db --- /dev/null +++ b/ajdoc/.classpath @@ -0,0 +1,11 @@ +<?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="output" path="bin"/> +</classpath> |