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 2009/09/03 22:25:34 UTC

svn commit: r811107 - /incubator/pdfbox/trunk/build.xml

Author: lehmi
Date: Thu Sep  3 20:25:34 2009
New Revision: 811107

URL: http://svn.apache.org/viewvc?rev=811107&view=rev
Log:
PDFBOX-472: removed unnecessary check before jar-download

Modified:
    incubator/pdfbox/trunk/build.xml

Modified: incubator/pdfbox/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/build.xml?rev=811107&r1=811106&r2=811107&view=diff
==============================================================================
--- incubator/pdfbox/trunk/build.xml (original)
+++ incubator/pdfbox/trunk/build.xml Thu Sep  3 20:25:34 2009
@@ -396,16 +396,7 @@
         </checkstyle>
     </target>
 
-    <target name="find.lucene-core">
-        <available property="lucene-core.found" file="${lucene.jar}"/>
-    </target>
-
-    <target name="get.lucene-core"
-            unless="lucene-core.found" depends="find.lucene-core">
-    </target>
-
-	<target name="get.externallibs"
-            unless="lucene-core.found" depends="find.lucene-core">
+	<target name="get.externallibs">
         <antcall target="downloadfile">
             <param name="sourcefile" value="${lucene.url}"/>
             <param name="destfile" value="${lucene.jar}"/>