xalan.jar is not part of the ant distribution so I don't see why that should be in Ant's jar.
Conor > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 2 August 2001 7:38 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: jakarta-ant/src/etc manifest > > > costin 01/08/01 14:37:50 > > Modified: src/etc manifest > Log: > Small fix in manifest, added Class-Path attribute, now it should > work with java -jar ant.jar > Let me know if there's any problem. > > Revision Changes Path > 1.3 +1 -0 jakarta-ant/src/etc/manifest > > Index: manifest > =================================================================== > RCS file: /home/cvs/jakarta-ant/src/etc/manifest,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -u -r1.2 -r1.3 > --- manifest 2000/01/27 03:48:46 1.2 > +++ manifest 2001/08/01 21:37:50 1.3 > @@ -1,4 +1,5 @@ > Manifest-Version: 1.0 > Main-Class: org.apache.tools.ant.Main > +Class-Path: jaxp.jar parser.jar crimson.jar optional.jar xalan.jar > > > > > >
