diff options
author | aclement <aclement> | 2007-01-11 16:09:11 +0000 |
---|---|---|
committer | aclement <aclement> | 2007-01-11 16:09:11 +0000 |
commit | 9a4afec0cc96c6a1a126e61684389301de2e6df2 (patch) | |
tree | f085c15413843a3b224abe26ab15b5530d335372 /ajbrowser | |
parent | 085e7486e77861cef556136bcf6cfaaa6e51ff19 (diff) | |
download | aspectj-9a4afec0cc96c6a1a126e61684389301de2e6df2.tar.gz aspectj-9a4afec0cc96c6a1a126e61684389301de2e6df2.zip |
148190: reworked code to cope with new module ajde.core
Diffstat (limited to 'ajbrowser')
-rw-r--r-- | ajbrowser/.classpath | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ajbrowser/.classpath b/ajbrowser/.classpath index d69862eef..e63fa3848 100644 --- a/ajbrowser/.classpath +++ b/ajbrowser/.classpath @@ -2,15 +2,16 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="testsrc"/> - <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> + <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> <classpathentry kind="src" path="/ajde"/> <classpathentry kind="src" path="/util"/> - <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/asm"/> <classpathentry kind="src" path="/taskdefs"/> <classpathentry kind="src" path="/ajdoc"/> <classpathentry kind="src" path="/loadtime"/> <classpathentry combineaccessrules="false" kind="src" path="/weaver5"/> + <classpathentry combineaccessrules="false" kind="src" path="/ajde.core"/> <classpathentry kind="output" path="bin"/> </classpath> |