You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by bu...@apache.org on 2015/05/08 20:06:52 UTC

svn commit: r950616 - in /websites/staging/pdfbox/trunk/content: ./ building.html

Author: buildbot
Date: Fri May  8 18:06:52 2015
New Revision: 950616

Log:
Staging update by buildbot for pdfbox

Modified:
    websites/staging/pdfbox/trunk/content/   (props changed)
    websites/staging/pdfbox/trunk/content/building.html

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May  8 18:06:52 2015
@@ -1 +1 @@
-1678407
+1678408

Modified: websites/staging/pdfbox/trunk/content/building.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/building.html (original)
+++ websites/staging/pdfbox/trunk/content/building.html Fri May  8 18:06:52 2015
@@ -151,26 +151,26 @@
 
 
 <h2 id="build-dependencies">Build dependencies</h2>
-<h4 id="pdfbox-18">PDFBox 1.8</h4>
+<h3 id="pdfbox-18">PDFBox 1.8</h3>
 <ul>
 <li>JDK 5 or 6</li>
 <li><a href="http://maven.apache.org/">Maven 2</a></li>
 </ul>
-<h4 id="pdfbox-20">PDFBox 2.0</h4>
+<h3 id="pdfbox-20">PDFBox 2.0</h3>
 <ul>
 <li>JDK 6+</li>
 <li>Java Cryptography Extension (JCE) [see below]</li>
 <li><a href="http://maven.apache.org/">Maven 2</a></li>
 </ul>
-<h2 id="building-with-maven">Building with Maven</h2>
-<p>In the root directory of PDFBox:</p>
-<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
+<h3 id="java-cryptography-extension-jce">Java Cryptography Extension (JCE)</h3>
+<p>Building PDFBox 2.0 requires a JDK with "unlimited strength" cryptography, which requires extra files to be installed. For JDK 7, see <a href="http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html">Java Cryptography Extension (JCE)</a>. If these files are not installed, building PDFBox will fail the following test:</p>
+<div class="codehilite"><pre><span class="n">TestPublicKeyEncryption</span><span class="p">.</span><span class="n">setUp</span><span class="p">:</span>70 <span class="n">JCE</span> <span class="n">unlimited</span> <span class="n">strength</span> <span class="n">jurisdiction</span> <span class="n">policy</span> <span class="n">files</span> <span class="n">are</span> <span class="n">not</span> <span class="n">installed</span>
 </pre></div>
 
 
-<h2 id="java-cryptography-extension-jce">Java Cryptography Extension (JCE)</h2>
-<p>Building PDFBox 2.0 requires a JDK with "unlimited strength" cryptography, which requires extra files to be installed. For JDK 7, see <a href="http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html">Java Cryptography Extension (JCE)</a>. If these files are not installed, building PDFBox will fail the following test:</p>
-<div class="codehilite"><pre><span class="n">TestPublicKeyEncryption</span><span class="p">.</span><span class="n">setUp</span><span class="p">:</span>70 <span class="n">JCE</span> <span class="n">unlimited</span> <span class="n">strength</span> <span class="n">jurisdiction</span> <span class="n">policy</span> <span class="n">files</span> <span class="n">are</span> <span class="n">not</span> <span class="n">installed</span>
+<h2 id="building-with-maven">Building with Maven</h2>
+<p>In the root directory of PDFBox:</p>
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
 </pre></div>