]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Release jars must be built with JAI
authorVincent Hennebert <vhennebert@apache.org>
Tue, 9 Oct 2012 15:18:28 +0000 (15:18 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Tue, 9 Oct 2012 15:18:28 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1396066 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/release.xml

index 21ed601930b9c0c18ef5d422d7789f68b103297d..77280a7eb7fdced41152845fb3892a8a422add5a 100644 (file)
@@ -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>