diff options
author | acolyer <acolyer> | 2004-08-04 11:59:41 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-08-04 11:59:41 +0000 |
commit | 9bf0a7543072b66835b2417ce932fc34da4e45ee (patch) | |
tree | 51170bd1254596a34b1b32b5ad6352ab24820ad6 /org.aspectj.ajdt.core/.classpath | |
parent | ef7885fd1269261aec9cb1265f0e15472fdb03bb (diff) | |
download | aspectj-9bf0a7543072b66835b2417ce932fc34da4e45ee.tar.gz aspectj-9bf0a7543072b66835b2417ce932fc34da4e45ee.zip |
Added support to ease programmatic testing of compiler (AjcTestCase
class and accompanying support).
Diffstat (limited to 'org.aspectj.ajdt.core/.classpath')
-rw-r--r-- | org.aspectj.ajdt.core/.classpath | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/org.aspectj.ajdt.core/.classpath b/org.aspectj.ajdt.core/.classpath index 0f9073da2..32c74b39c 100644 --- a/org.aspectj.ajdt.core/.classpath +++ b/org.aspectj.ajdt.core/.classpath @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> - <classpathentry kind="src" path="/org.eclipse.jdt.core"/> - <classpathentry kind="src" path="/bridge"/> - <classpathentry kind="src" path="/weaver"/> - <classpathentry kind="src" path="/asm"/> - <classpathentry kind="src" path="/util"/> - <classpathentry kind="src" path="/runtime"/> - <classpathentry kind="src" path="testsrc"/> - <classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/> - <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> - <classpathentry kind="src" path="/testing-util"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="src"/> + <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> + <classpathentry kind="src" path="/org.eclipse.jdt.core"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/weaver"/> + <classpathentry kind="src" path="/asm"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="src" path="/runtime"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> + <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="src" path="/testing-util"/> + <classpathentry kind="src" path="/testing-client"/> + <classpathentry kind="output" path="bin"/> </classpath> |