This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a change to branch
OPENNLP-1792-Add-docbkx-plugin-config-to-produce-PDF-of-dev-manual
in repository https://gitbox.apache.org/repos/asf/opennlp.git
omit 9e02e12c OPENNLP-1792: Add docbkx plugin config to produce PDF of dev
manual - modernizes xml files of the OpenNLP dev manual to use Docbook dtd in
version 5.x - adds plugin configuration to produce the PDF as separate outcome
- adds xsl file for customization of the layout of text in the PDF - adds
hyphenation support for PDF and epub versions - introduces specific profiles
for html, pdf, and epub3 targets of the dev manual - adds cover entry to
opennlp.xml for epub target - fix [...]
add 4bebc3cc Bump org.codehaus.mojo:license-maven-plugin from 2.7.0 to
2.7.1 (#922)
add 969a82cb OPENNLP-1794: Update JUnit to 6.0.2 (#926)
add 91e4d3d0 OPENNLP-1795: Move to Apache Parent 36 (#927)
add e6acc543 OPENNLP-1792: Add docbkx plugin config to produce PDF of dev
manual - modernizes xml files of the OpenNLP dev manual to use Docbook dtd in
version 5.x - adds plugin configuration to produce the PDF as separate outcome
- adds xsl file for customization of the layout of text in the PDF - adds
hyphenation support for PDF and epub versions - introduces specific profiles
for html, pdf, and epub3 targets of the dev manual - adds cover entry to
opennlp.xml for epub target - fix [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9e02e12c)
\
N -- N -- N
refs/heads/OPENNLP-1792-Add-docbkx-plugin-config-to-produce-PDF-of-dev-manual
(e6acc543)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
opennlp-docs/src/docbkx/chunker.xml | 109 +-
opennlp-docs/src/docbkx/cli.xml | 8867 ++++++++++++-------------
opennlp-docs/src/docbkx/coref.xml | 96 +-
opennlp-docs/src/docbkx/corpora.xml | 109 +-
opennlp-docs/src/docbkx/doccat.xml | 67 +-
opennlp-docs/src/docbkx/evaltest.xml | 40 +-
opennlp-docs/src/docbkx/extension.xml | 6 +-
opennlp-docs/src/docbkx/introduction.xml | 51 +-
opennlp-docs/src/docbkx/langdetect.xml | 56 +-
opennlp-docs/src/docbkx/lemmatizer.xml | 16 +-
opennlp-docs/src/docbkx/machine-learning.xml | 30 +-
opennlp-docs/src/docbkx/model-loading.xml | 126 +-
opennlp-docs/src/docbkx/morfologik-addon.xml | 10 +-
opennlp-docs/src/docbkx/namefinder.xml | 99 +-
opennlp-docs/src/docbkx/opennlp.xml | 57 +-
opennlp-docs/src/docbkx/parser.xml | 169 +-
opennlp-docs/src/docbkx/postagger.xml | 27 +-
opennlp-docs/src/docbkx/sentdetect.xml | 29 +-
opennlp-docs/src/docbkx/tokenizer.xml | 22 +-
opennlp-docs/src/docbkx/uima-integration.xml | 12 +-
opennlp-docs/src/main/resources/xsl/epub3.xsl | 3 +
pom.xml | 6 +-
22 files changed, 4975 insertions(+), 5032 deletions(-)