DamjanJovanovic commented on pull request #87: URL: https://github.com/apache/openoffice/pull/87#issuecomment-640174534
There's a dependency from filter -> saxon -> stax ``` $ grep SAXON filter -R filter/prj/build.lst:fl filter : L10N:l10n svtools unotools xmloff cppu tools cppuhelper sal svx javaunohelper jvmaccess canvas SAXON:saxon LIBXSLT:libxslt basegfx NULL filter/source/xsltfilter/makefile.mk:.IF "$(DISABLE_SAXON)" == "" filter/source/xsltfilter/makefile.mk:.IF "$(SYSTEM_SAXON)" == "YES" filter/source/xsltfilter/makefile.mk:XCLASSPATH:=$(XCLASSPATH)$(PATH_SEPERATOR)$(SAXON_JAR) ``` Apparently the xsltfilter uses it. Not sure where xsltfilter is used but maybe this helps: https://wiki.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/Integrating_Import_and_Export_Filters ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
