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 10:50:43 UTC

svn commit: r950559 - in /websites/staging/pdfbox/trunk/content: ./ 2.0/dependencies.html

Author: buildbot
Date: Fri May  8 08:50:42 2015
New Revision: 950559

Log:
Staging update by buildbot for pdfbox

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

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May  8 08:50:42 2015
@@ -1 +1 @@
-1678313
+1678314

Modified: websites/staging/pdfbox/trunk/content/2.0/dependencies.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/2.0/dependencies.html (original)
+++ websites/staging/pdfbox/trunk/content/2.0/dependencies.html Fri May  8 08:50:42 2015
@@ -181,9 +181,8 @@ included in the Java platform.</p>
 
 
 <h3 id="java-cryptography-extension-jce">Java Cryptography Extension (JCE)</h3>
-<p>256-bit AES encryption 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>. </p>
-<p>This is also required for building PDFBox. 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>
+<p>256-bit AES encryption 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 throw an exception with the following message:</p>
+<div class="codehilite"><pre><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> 
             </div>
         </div>