aboutsummaryrefslogtreecommitdiffstats
path: root/loadtime
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 /loadtime
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 'loadtime')
-rw-r--r--loadtime/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/loadtime/.classpath b/loadtime/.classpath
index e944a33fd..fa9d32371 100644
--- a/loadtime/.classpath
+++ b/loadtime/.classpath
@@ -32,5 +32,13 @@
<attributes>
</attributes>
</classpathentry>
+ <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar">
+ <attributes>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>