diff options
author | aclement <aclement> | 2008-06-06 19:30:22 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-06 19:30:22 +0000 |
commit | fa36c54f53e1f9db2a47910cd8bec0cc28cc8dfe (patch) | |
tree | 7b02fceea87b011d54adea7a16bf50d9b285c10a /asm | |
parent | 47b0ff57d3cb488ef4e2a1f5af889fcde2b2d280 (diff) | |
download | aspectj-fa36c54f53e1f9db2a47910cd8bec0cc28cc8dfe.tar.gz aspectj-fa36c54f53e1f9db2a47910cd8bec0cc28cc8dfe.zip |
switch to container from jrelib
Diffstat (limited to 'asm')
-rw-r--r-- | asm/.classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/.classpath b/asm/.classpath index a96910321..eefd66c2d 100644 --- a/asm/.classpath +++ b/asm/.classpath @@ -2,9 +2,9 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="testsrc"/> - <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> <classpathentry kind="src" path="/bridge"/> - <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 combineaccessrules="false" kind="src" path="/util"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> |