You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/02/19 18:06:01 UTC

svn commit: r1072393 - /lucene/dev/trunk/modules/benchmark/build.xml

Author: sarowe
Date: Sat Feb 19 17:06:01 2011
New Revision: 1072393

URL: http://svn.apache.org/viewvc?rev=1072393&view=rev
Log:
LUCENE-2923: Restore benchmark jar production for generate-maven-artifacts target

Modified:
    lucene/dev/trunk/modules/benchmark/build.xml

Modified: lucene/dev/trunk/modules/benchmark/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/benchmark/build.xml?rev=1072393&r1=1072392&r2=1072393&view=diff
==============================================================================
--- lucene/dev/trunk/modules/benchmark/build.xml (original)
+++ lucene/dev/trunk/modules/benchmark/build.xml Sat Feb 19 17:06:01 2011
@@ -264,5 +264,6 @@
                      outputDir="src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml"
 		     />
     </target>
-
+    
+    <target name="dist-maven" depends="jar-core,javadocs,contrib-build.dist-maven"/>
 </project>