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 2013/07/01 15:24:03 UTC

svn commit: r1498431 - /lucene/dev/trunk/lucene/common-build.xml

Author: rmuir
Date: Mon Jul  1 13:24:03 2013
New Revision: 1498431

URL: http://svn.apache.org/r1498431
Log:
set task name as juni4

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1498431&r1=1498430&r2=1498431&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Mon Jul  1 13:24:03 2013
@@ -869,6 +869,7 @@
         <mkdir dir="${tests.cachedir}/${name}" />
 
         <junit4:junit4
+            taskName="junit4"
             dir="@{workDir}"
             tempdir="@{workDir}/temp"
             maxmemory="${tests.heapsize}"