summaryrefslogtreecommitdiffstats
path: root/tests/.classpath
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-16 21:20:19 +0000
committerwisberg <wisberg>2002-12-16 21:20:19 +0000
commitc67cb6056cbd89b1fa95ec6a1813793fa18edf16 (patch)
treea8a5e0acf711a9e9953c3b2a80a5920bbcd9f382 /tests/.classpath
parentc3472c7ced31834873429a8688607e0460432686 (diff)
downloadaspectj-c67cb6056cbd89b1fa95ec6a1813793fa18edf16.tar.gz
aspectj-c67cb6056cbd89b1fa95ec6a1813793fa18edf16.zip
initial version
Diffstat (limited to 'tests/.classpath')
-rw-r--r--tests/.classpath9
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>