diff options
author | aclement <aclement> | 2007-02-19 11:23:13 +0000 |
---|---|---|
committer | aclement <aclement> | 2007-02-19 11:23:13 +0000 |
commit | e1770f1714a29b2f42777374a526fa873345a601 (patch) | |
tree | 573215573dc4bffbafd10a42d6067371ebe95c6e /taskdefs | |
parent | 3e8e5250e011d25027daf825d21ae55aabe62606 (diff) | |
download | aspectj-e1770f1714a29b2f42777374a526fa873345a601.tar.gz aspectj-e1770f1714a29b2f42777374a526fa873345a601.zip |
168795 - ajdoc dependency added
Diffstat (limited to 'taskdefs')
-rw-r--r-- | taskdefs/.classpath | 51 |
1 files changed, 11 insertions, 40 deletions
diff --git a/taskdefs/.classpath b/taskdefs/.classpath index a32f820a6..d95323407 100644 --- a/taskdefs/.classpath +++ b/taskdefs/.classpath @@ -1,44 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="testsrc"> - <attributes> - </attributes> - </classpathentry> - <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"> - <attributes> - </attributes> - </classpathentry> - <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry sourcepath="/lib/ant/ant-src.zip" kind="lib" path="/lib/ant/lib/ant.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/bridge"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/org.aspectj.ajdt.core"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/util"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"> - <attributes> - </attributes> - </classpathentry> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> + <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry sourcepath="/lib/ant/ant-src.zip" kind="lib" path="/lib/ant/lib/ant.jar"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/> + <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/ajdoc"/> <classpathentry kind="output" path="bin"/> </classpath> |