diff options
author | wisberg <wisberg> | 2005-01-29 09:19:00 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-01-29 09:19:00 +0000 |
commit | 231112c89fbae16bc327e89e23397aed66d8f919 (patch) | |
tree | 8de134de017b64956e8fc9d882c3015bc23ac299 /org.aspectj.lib/.classpath | |
parent | 311cef3ae0d9d1b8b1bb6b12da9b6d035525b3ee (diff) | |
download | aspectj-231112c89fbae16bc327e89e23397aed66d8f919.tar.gz aspectj-231112c89fbae16bc327e89e23397aed66d8f919.zip |
Initial library module
Diffstat (limited to 'org.aspectj.lib/.classpath')
-rw-r--r-- | org.aspectj.lib/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/org.aspectj.lib/.classpath b/org.aspectj.lib/.classpath new file mode 100644 index 000000000..5cdeffa5b --- /dev/null +++ b/org.aspectj.lib/.classpath @@ -0,0 +1,9 @@ +<?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="var" path="ASPECTJRT_LIB"/> + <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> |