You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ju...@apache.org on 2010/06/21 18:09:26 UTC

svn commit: r956628 - /pdfbox/trunk/pdfbox/pom.xml

Author: jukka
Date: Mon Jun 21 16:09:25 2010
New Revision: 956628

URL: http://svn.apache.org/viewvc?rev=956628&view=rev
Log:
PDFBOX-752: Move Lucene and Ant code into separate components

Remove the reference to Lucene Javadocs

Modified:
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=956628&r1=956627&r2=956628&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Mon Jun 21 16:09:25 2010
@@ -86,7 +86,6 @@
           <source>1.5</source>
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-            <link>http://lucene.apache.org/java/2_4_1/api/</link>
           </links>
         </configuration>
       </plugin>