This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch git-svn in repository https://gitbox.apache.org/repos/asf/xalan-site.git
commit 31a6f3da1bdb3ebdbb4818e66bb927ebf7e4870a Author: Steven J. Hathaway <[email protected]> AuthorDate: Fri Sep 28 05:11:07 2012 +0000 Xalan-C faq webpage content update --- docs/xalan/xalan-c/faq.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/xalan/xalan-c/faq.html b/docs/xalan/xalan-c/faq.html index 0d3180d..7da892a 100644 --- a/docs/xalan/xalan-c/faq.html +++ b/docs/xalan/xalan-c/faq.html @@ -527,7 +527,25 @@ <br /> <hr /> <div class="faqAnswer"> -<p>Your contributions are much appreciated! Please e-mail your patches to <a href="mailto:[email protected]">Xalan Development Mailing List</a>.</p> +<p>Your contributions are much appreciated! You can e-mail your patches to + <a href="mailto:[email protected]">Xalan Development Mailing List</a> or raise an issue on the + <a href="https://issues.apache.org/jira/browse/XALANC">Jira issue tracking system</a>.</p> + <p>The Xalan projects use Jira as the issue tracking system. Any significant bug or feature request is + posted to this system. You must subscribe to the system in order to submit patches and raise + issues.</p> +<ul> +<li>Subscribe to Jira at: + <a href="https://issues.apache.org/jira">https://issues.apache.org/jira</a> +</li> +<li>Browse the issues at: + <a href="https://issues.apache.org/jira/browse/XALANC">https://issues.apache.org/jira/browse/XALANC</a> +</li> +</ul> + <p>Issues posted to the project on Jira at XALANC are automatically posted to the + <a href="mailto:[email protected]">Xalan Development Mailing List</a> +</p> + <p>Our mailing lists are moderated. You should subscribe to the mailing list in order to + post a message, otherwise message delivery requires manual intervention or may be dropped.</p> </div> <p align="right" size="2"> <a href="#content">(top)</a> @@ -694,6 +712,8 @@ <p>On Windows, the LocalMsgIndex.hpp header is generated by the Localization project. By building any project that has a dependency on the Localization project, will trigger the Message Localization component to built and the LocalMsgIndex.hpp to be generated.</p> + <p>On Windows binary distributions, the LocalMsgIndex.hpp file is a member of the "<code>Include</code>" directory.</p> + <p>On Unix binary distributions, the LocalMsgIndex.hpp file is a member of the "<code>include/xalanc/PlatformSupport</code>" directory.</p> </div> <p align="right" size="2"> <a href="#content">(top)</a> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
