SingingBush commented on PR #56: URL: https://github.com/apache/xerces-j/pull/56#issuecomment-3552866184
> and there are other references to those files, so this alone is necessary but not sufficient to remove them no, the build.xml does set a var that sets the `xercesImpl.jar` name but that is for the build output, not for using the old one that's in tools. However the entire content of the tools dir does get included in the zip and tar files that get created. However, that's probably not a good thing as it's essentially bundling an old release. If the zip and tar distributions need a `xercesImpl.jar` then it makes sense to use the one that's built from the sources rather than just having an old release in the git repo. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
