diff options
author | aclement <aclement> | 2005-05-03 13:31:17 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-05-03 13:31:17 +0000 |
commit | a89568a77f2d3e74b0d23f3f7b0e112d7ca92d74 (patch) | |
tree | f5439f03081d91710cddd8e1e2ba3b2759a84e92 | |
parent | 42ea190a60760d2553f03a7def8114701cd5828a (diff) | |
download | aspectj-a89568a77f2d3e74b0d23f3f7b0e112d7ca92d74.tar.gz aspectj-a89568a77f2d3e74b0d23f3f7b0e112d7ca92d74.zip |
Go back to this old form of .classpath file.
-rw-r--r-- | org.aspectj.ajdt.core/.classpath | 70 |
1 files changed, 13 insertions, 57 deletions
diff --git a/org.aspectj.ajdt.core/.classpath b/org.aspectj.ajdt.core/.classpath index e0d09faec..f31838dd6 100644 --- a/org.aspectj.ajdt.core/.classpath +++ b/org.aspectj.ajdt.core/.classpath @@ -1,61 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"> - <attributes> - </attributes> - </classpathentry> - <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"> - <attributes> - <attribute value="http://java.sun.com/j2se/1.5.0/docs/api/" name="javadoc_location"/> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/bridge"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/weaver"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/asm"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/util"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/runtime"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="testsrc"> - <attributes> - </attributes> - </classpathentry> - <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/testing-util"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/testing-client"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/aspectj5rt"> - <attributes> - </attributes> - </classpathentry> - <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.jdt.core"> - <attributes> - </attributes> - </classpathentry> + <classpathentry kind="src" path="src"/> + <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/weaver"/> + <classpathentry kind="src" path="/asm"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="src" path="/runtime"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> + <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="src" path="/testing-util"/> + <classpathentry kind="src" path="/testing-client"/> + <classpathentry kind="src" path="/org.eclipse.jdt.core"/> <classpathentry kind="output" path="bin"/> </classpath> |