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 2011/10/16 01:18:18 UTC

svn commit: r1183765 - /lucene/dev/branches/branch_3x/lucene/common-build.xml

Author: rmuir
Date: Sat Oct 15 23:18:18 2011
New Revision: 1183765

URL: http://svn.apache.org/viewvc?rev=1183765&view=rev
Log:
LUCENE-3521: revert accidental change

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

Modified: lucene/dev/branches/branch_3x/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/common-build.xml?rev=1183765&r1=1183764&r2=1183765&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/common-build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/common-build.xml Sat Oct 15 23:18:18 2011
@@ -534,6 +534,7 @@
 	      errorProperty="tests.failed" failureProperty="tests.failed" forkmode="perBatch" dir="@{tempDir}/@{threadNum}">
 	      <classpath refid="@{junit.classpath}"/>
 	      <assertions>
+                <enable package="org.apache.lucene"/>
 	        <enable package="org.apache.solr"/>
 	      </assertions>