fyi, in the new FOP Maven configuration, I pull this dependency from maven central using:
<dependency> <groupId>net.sf.offo</groupId> <artifactId>fop-hyph</artifactId> <version>2.0</version> </dependency> it is specified in the pom using the test scope rule, so it isn't recorded as dep for downstream users of fop, which, of course, means a downstream user will have to resolve the dep themselves On Tue, Mar 8, 2016 at 9:32 AM, <[email protected]> wrote: > Author: cbowditch > Date: Tue Mar 8 16:32:20 2016 > New Revision: 1734107 > > URL: http://svn.apache.org/viewvc?rev=1734107&view=rev > Log: > fix OFFO location > > Modified: > xmlgraphics/site/trunk/content/fop/trunk/hyphenation.mdtext > > Modified: xmlgraphics/site/trunk/content/fop/trunk/hyphenation.mdtext > URL: > http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/hyphenation.mdtext?rev=1734107&r1=1734106&r2=1734107&view=diff > > ============================================================================== > --- xmlgraphics/site/trunk/content/fop/trunk/hyphenation.mdtext (original) > +++ xmlgraphics/site/trunk/content/fop/trunk/hyphenation.mdtext Tue Mar 8 > 16:32:20 2016 > @@ -42,9 +42,9 @@ The language and country codes must matc > > 1. There are basically three ways to make the FOP-compatible hyphenation > pattern file(s) accessible to FOP: > > -- Download the precompiled JAR from [OFFO]( > http://offo.sourceforge.net/hyphenation/index.html) and place it either > in the `{fop-dir}/lib` directory, or in a directory of your choice (and > append the full path to the JAR to the environment variable > `FOP_HYPHENATION_PATH`). > +- Download the precompiled JAR from [OFFO](http://offo.sourceforge.net/) > and place it either in the `{fop-dir}/lib` directory, or in a directory of > your choice (and append the full path to the JAR to the environment > variable `FOP_HYPHENATION_PATH`). > > -- Download the desired FOP-compatible hyphenation pattern file(s) from > [OFFO](http://offo.sourceforge.net/hyphenation/index.html), and/or take > your self created hyphenation pattern file(s), > +- Download the desired FOP-compatible hyphenation pattern file(s) from > [OFFO](http://offo.sourceforge.net/), and/or take your self created > hyphenation pattern file(s), > > - place them in the directory `{fop-dir}/hyph`, > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
