Author: buildbot
Date: Fri May  8 08:48:22 2015
New Revision: 950558

Log:
Staging update by buildbot for pdfbox

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

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

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:48:22 2015
@@ -182,7 +182,7 @@ 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 required for building PDFBox. If these files are not installed, 
building PDFBox will fail the following test:</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>
 </pre></div> 
             </div>

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 08:48:22 2015
@@ -205,6 +205,12 @@ the ExtractText command line application
 <li>merge some changes from the trunk using "svn merge -cREV1,REV2,REV3... 
https://svn.apache.org/repos/asf/pdfbox/trunk";</li>
 <li>commit the changes</li>
 </ul>
+<h3 id="pdfbox-20-java-cryptography-extension-jce">PDFBox 2.0: 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="building-with-ant">Building with Ant</h2>
 <p>The above instructions expect that you're using <a 
href="http://maven.apache.org/";>Maven</a> or another build tool like <a 
href="http://ant.apache.org/ivy/";>Ivy</a> that supports Maven dependencies.
 If you instead use tools like <a href="http://ant.apache.org/";>Ant</a> where 
you need to explicitly include all the required library jars in your 
application, you'll need to do


Reply via email to