You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2016/12/18 18:29:07 UTC

svn commit: r1774927 - in /pdfbox/branches/2.0: ./ cacerts_jdk8u101 parent/pom.xml

Author: lehmi
Date: Sun Dec 18 18:29:07 2016
New Revision: 1774927

URL: http://svn.apache.org/viewvc?rev=1774927&view=rev
Log:
PDFBOX-3635: remove workaround as it is no longer needed

Removed:
    pdfbox/branches/2.0/cacerts_jdk8u101
Modified:
    pdfbox/branches/2.0/   (props changed)
    pdfbox/branches/2.0/parent/pom.xml

Propchange: pdfbox/branches/2.0/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Dec 18 18:29:07 2016
@@ -1,3 +1,3 @@
 /pdfbox/branches/no-awt:1618517-1621410
 /pdfbox/no-awt:1618514-1618516
-/pdfbox/trunk:1736223,1736227,1736615,1737043,1737130,1737599-1737600,1738755,1740160,1742437,1742442,1745595,1745606,1745772,1745774,1745776,1745779,1746032,1746151,1749162,1749165,1749432,1770985,1770988,1772528
+/pdfbox/trunk:1736223,1736227,1736615,1737043,1737130,1737599-1737600,1738755,1740160,1742437,1742442,1745595,1745606,1745772,1745774,1745776,1745779,1746032,1746151,1749162,1749165,1749432,1766088,1766213,1768061,1770985,1770988,1772528

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1774927&r1=1774926&r2=1774927&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Sun Dec 18 18:29:07 2016
@@ -226,7 +226,6 @@
                     <configuration>
                         <excludes>
                             <exclude>release.properties</exclude>
-                            <exclude>cacerts_jdk8u101</exclude>
                         </excludes>
                     </configuration>
                 </plugin>