Index: solr/contrib/clustering/build.xml =================================================================== --- solr/contrib/clustering/build.xml (revision 988495) +++ solr/contrib/clustering/build.xml (working copy) @@ -107,6 +107,17 @@ dir="src/test/resources/" tempdir="${junit.output.dir}" > + + + + + + + + + + + Index: solr/contrib/extraction/build.xml =================================================================== --- solr/contrib/extraction/build.xml (revision 988495) +++ solr/contrib/extraction/build.xml (working copy) @@ -108,6 +108,12 @@ dir="src/test/resources/" tempdir="${tempDir}" > + + + + + + Index: solr/contrib/dataimporthandler/build.xml =================================================================== --- solr/contrib/dataimporthandler/build.xml (revision 988495) +++ solr/contrib/dataimporthandler/build.xml (working copy) @@ -159,6 +159,12 @@ dir="src/test/resources/" tempdir="${tempDir}" > + + + + + + @@ -207,6 +213,12 @@ dir="src/extras/test/resources/" tempdir="${tempDir}" > + + + + + + Index: solr/common-build.xml =================================================================== --- solr/common-build.xml (revision 988495) +++ solr/common-build.xml (working copy) @@ -42,8 +42,15 @@ - + + + + + + + + Index: solr/build.xml =================================================================== --- solr/build.xml (revision 988495) +++ solr/build.xml (working copy) @@ -377,21 +377,14 @@ description="Runs the core unit tests." depends="test-core, test-contrib" /> - - - - - - - - + - - + + @@ -443,6 +436,7 @@ + Index: lucene/common-build.xml =================================================================== --- lucene/common-build.xml (revision 988495) +++ lucene/common-build.xml (working copy) @@ -55,8 +55,14 @@ - - + + + + + + + + @@ -124,12 +130,6 @@ - - - - - - @@ -449,7 +449,7 @@ - + @@ -496,12 +496,12 @@ - + - - + + Index: lucene/src/test/org/apache/lucene/util/LuceneTestCaseJ4.java =================================================================== --- lucene/src/test/org/apache/lucene/util/LuceneTestCaseJ4.java (revision 988495) +++ lucene/src/test/org/apache/lucene/util/LuceneTestCaseJ4.java (working copy) @@ -160,7 +160,7 @@ * A random multiplier which you should use when writing random tests: * multiply it by the number of iterations */ - public static final int RANDOM_MULTIPLIER = Integer.parseInt(System.getProperty("random.multiplier", "1")); + public static final int RANDOM_MULTIPLIER = Integer.parseInt(System.getProperty("tests.multiplier", "1")); private int savedBoolMaxClauseCount; Index: lucene/build.xml =================================================================== --- lucene/build.xml (revision 988495) +++ lucene/build.xml (working copy) @@ -116,12 +116,12 @@ - + - - + + Index: lucene/contrib/benchmark/build.xml =================================================================== --- lucene/contrib/benchmark/build.xml (revision 988495) +++ lucene/contrib/benchmark/build.xml (working copy) @@ -9,7 +9,7 @@ - +