Add hyphenation patterns for FOP

These language specific patterns are used by the hyphenation algorithm
in FOP when producing PDFs.

Closes-Bug: #1273122

Change-Id: Iaea40358f1d760b81c756db7b222944c4d04167a
This commit is contained in:
Jorge L. Williams
2014-07-10 22:11:10 -05:00
parent 4e46c20246
commit f8bde4018a

View File

@@ -195,6 +195,13 @@
<version>1.0</version>
</dependency>
<dependency>
<groupId>net.sf.offo</groupId>
<artifactId>fop-hyph</artifactId>
<version>1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis-ext</artifactId>