aboutsummaryrefslogtreecommitdiffstats
path: root/taskdefs/.classpath
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-05-19 03:08:03 +0000
committerwisberg <wisberg>2005-05-19 03:08:03 +0000
commitb375626119f1d3d1985bbed5937aac3a1cf97903 (patch)
tree27af87b872e7374dd07d35c5c64722a943aba9bb /taskdefs/.classpath
parentf978a925706d012c75ec0d1a27acffe70090a59a (diff)
downloadaspectj-b375626119f1d3d1985bbed5937aac3a1cf97903.tar.gz
aspectj-b375626119f1d3d1985bbed5937aac3a1cf97903.zip
adding xml-apis.jar and xercesImpl.jar for SAX dependencies (for JDK 1.3)
Diffstat (limited to 'taskdefs/.classpath')
-rw-r--r--taskdefs/.classpath50
1 files changed, 41 insertions, 9 deletions
diff --git a/taskdefs/.classpath b/taskdefs/.classpath
index 5aabf0025..a32f820a6 100644
--- a/taskdefs/.classpath
+++ b/taskdefs/.classpath
@@ -1,12 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="testsrc"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
- <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
- <classpathentry kind="lib" path="/lib/ant/lib/ant.jar" sourcepath="/lib/ant/ant-src.zip"/>
- <classpathentry kind="src" path="/bridge"/>
- <classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
- <classpathentry kind="src" path="/util"/>
- <classpathentry kind="output" path="bin"/>
+ <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="output" path="bin"/>
</classpath>