diff options
author | wisberg <wisberg> | 2002-12-16 21:20:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 21:20:19 +0000 |
commit | c67cb6056cbd89b1fa95ec6a1813793fa18edf16 (patch) | |
tree | a8a5e0acf711a9e9953c3b2a80a5920bbcd9f382 /tests/.classpath | |
parent | c3472c7ced31834873429a8688607e0460432686 (diff) | |
download | aspectj-c67cb6056cbd89b1fa95ec6a1813793fa18edf16.tar.gz aspectj-c67cb6056cbd89b1fa95ec6a1813793fa18edf16.zip |
initial version
Diffstat (limited to 'tests/.classpath')
-rw-r--r-- | tests/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/.classpath b/tests/.classpath new file mode 100644 index 000000000..186521200 --- /dev/null +++ b/tests/.classpath @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="src" path="/testing-drivers"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> + <classpathentry kind="src" path="/testing"/> + <classpathentry kind="output" path="bin"/> +</classpath> |