summaryrefslogtreecommitdiffstats
path: root/ajbrowser
diff options
context:
space:
mode:
authoraclement <aclement>2007-01-11 16:09:11 +0000
committeraclement <aclement>2007-01-11 16:09:11 +0000
commit9a4afec0cc96c6a1a126e61684389301de2e6df2 (patch)
treef085c15413843a3b224abe26ab15b5530d335372 /ajbrowser
parent085e7486e77861cef556136bcf6cfaaa6e51ff19 (diff)
downloadaspectj-9a4afec0cc96c6a1a126e61684389301de2e6df2.tar.gz
aspectj-9a4afec0cc96c6a1a126e61684389301de2e6df2.zip
148190: reworked code to cope with new module ajde.core
Diffstat (limited to 'ajbrowser')
-rw-r--r--ajbrowser/.classpath5
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>