diff options
author | wisberg <wisberg> | 2005-05-19 03:08:03 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-05-19 03:08:03 +0000 |
commit | b375626119f1d3d1985bbed5937aac3a1cf97903 (patch) | |
tree | 27af87b872e7374dd07d35c5c64722a943aba9bb /loadtime | |
parent | f978a925706d012c75ec0d1a27acffe70090a59a (diff) | |
download | aspectj-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/.classpath | 8 |
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> |