You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/02/15 01:20:28 UTC

svn commit: r1244286 - /lucene/dev/branches/lucene3767/lucene/common-build.xml

Author: rmuir
Date: Wed Feb 15 00:20:27 2012
New Revision: 1244286

URL: http://svn.apache.org/viewvc?rev=1244286&view=rev
Log:
target depends on a non-existent target

Modified:
    lucene/dev/branches/lucene3767/lucene/common-build.xml

Modified: lucene/dev/branches/lucene3767/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3767/lucene/common-build.xml?rev=1244286&r1=1244285&r2=1244286&view=diff
==============================================================================
--- lucene/dev/branches/lucene3767/lucene/common-build.xml (original)
+++ lucene/dev/branches/lucene3767/lucene/common-build.xml Wed Feb 15 00:20:27 2012
@@ -779,7 +779,7 @@
 
   <available type="file" file="pom.xml" property="pom.xml.present"/>
   
-  <target name="dist-maven" if="pom.xml.present" depends="jar-core, jar-src, javadocs">
+  <target name="dist-maven" if="pom.xml.present" depends="jar-core, jar-src">
     <taskdef resource="org/apache/maven/artifact/ant/antlib.xml" 
              uri="antlib:org.apache.maven.artifact.ant" 
              classpathref="maven-ant-tasks.classpath"/>