]> source.dussan.org Git - aspectj.git/commitdiff
initial version
authorwisberg <wisberg>
Mon, 16 Dec 2002 21:20:19 +0000 (21:20 +0000)
committerwisberg <wisberg>
Mon, 16 Dec 2002 21:20:19 +0000 (21:20 +0000)
tests/.classpath [new file with mode: 0644]
tests/.project [new file with mode: 0644]

diff --git a/tests/.classpath b/tests/.classpath
new file mode 100644 (file)
index 0000000..1865212
--- /dev/null
@@ -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>
diff --git a/tests/.project b/tests/.project
new file mode 100644 (file)
index 0000000..8606bca
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>tests</name>
+       <comment></comment>
+       <projects>
+               <project>testing</project>
+               <project>testing-drivers</project>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>