summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-05-11 09:38:35 +0000
committerwisberg <wisberg>2005-05-11 09:38:35 +0000
commitf811cd397fd634b3605e3665907b7b95fc6eeb27 (patch)
tree632e24f0220cbcd68cdc42cd0435c7cb62247579
parent21dda4b6e9e0111c53881bcfedc9833d63fee5a6 (diff)
downloadaspectj-f811cd397fd634b3605e3665907b7b95fc6eeb27.tar.gz
aspectj-f811cd397fd634b3605e3665907b7b95fc6eeb27.zip
src -> java5-src, added junit.jar and testing-utils for test purposes
-rw-r--r--loadtime5/.classpath18
1 files changed, 17 insertions, 1 deletions
diff --git a/loadtime5/.classpath b/loadtime5/.classpath
index ecef506e3..cc25e7471 100644
--- a/loadtime5/.classpath
+++ b/loadtime5/.classpath
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src">
+ <classpathentry kind="src" path="java5-src">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" path="java5-testsrc">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" path="testsrc">
<attributes>
</attributes>
</classpathentry>
@@ -24,5 +32,13 @@
<attributes>
</attributes>
</classpathentry>
+ <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry combineaccessrules="false" kind="src" path="/testing-util">
+ <attributes>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>