diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2012-10-09 15:18:28 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2012-10-09 15:18:28 +0000 |
commit | c77bc3873556cfc2a0d3cde6c82e14cc42a3d356 (patch) | |
tree | a9e69981bde3d120e6f5e73daf53710880a38214 /src/documentation | |
parent | d9d2ec28c23c9dc69dd87c1060ea506ad08beca8 (diff) | |
download | xmlgraphics-fop-c77bc3873556cfc2a0d3cde6c82e14cc42a3d356.tar.gz xmlgraphics-fop-c77bc3873556cfc2a0d3cde6c82e14cc42a3d356.zip |
Release jars must be built with JAI
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1396066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/dev/release.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/dev/release.xml b/src/documentation/content/xdocs/dev/release.xml index 21ed60193..77280a7eb 100644 --- a/src/documentation/content/xdocs/dev/release.xml +++ b/src/documentation/content/xdocs/dev/release.xml @@ -68,6 +68,7 @@ <li>Tag the source tree with the release ID. For example, if the release is 1.0: <code>svn copy https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0 https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0</code></li> <li>Make a fresh checkout with the just created tag: <code>svn co https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0</code></li> + <li>Copy the <code>jai_core.jar</code> and <code>jai_codec.jar</code> to <code>lib</code>.</li> <li>Copy the hyphenation patterns jar file <code>fop-hyph.jar</code> to <code>lib</code> (e.g. from <code>http://sourceforge.net/projects/offo</code></li> <li>Alternatively, create a <code>build-local.properties</code> file that points to the above libraries.</li> <li>Run <code>build[.sh] dist</code>. Do this using Sun JDK 1.5 or later. A Forrest installation is needed.</li> |