Roger Leigh created XALANC-809: ---------------------------------- Summary: XalanTransformer/XalanCAPI.h Key: XALANC-809 URL: https://issues.apache.org/jira/browse/XALANC-809 Project: XalanC Issue Type: Bug Components: XalanC Affects Versions: 1.12 Environment: FreeBSD 12 Reporter: Roger Leigh Assignee: Gary D. Gregory Fix For: 1.13
Noticed while packaging 1.12 for the FreeBSD ports, this header is present but not installed. Patch is trivial: {noformat} diff --git a/src/xalanc/CMakeLists.txt b/src/xalanc/CMakeLists.txt index eee478e03..a5d9131c4 100644 --- a/src/xalanc/CMakeLists.txt +++ b/src/xalanc/CMakeLists.txt @@ -832,6 +832,7 @@ set(xalantransformer_sources XalanTransformer/XercesDOMWrapperParsedSource.cpp) set(xalantransformer_headers + XalanTransformer/XalanCAPI.h XalanTransformer/XalanCompiledStylesheetDefault.hpp XalanTransformer/XalanCompiledStylesheet.hpp XalanTransformer/XalanDefaultDocumentBuilder.hpp {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org