blob: 2cafc0780a06077cdd6753f3f026482dc2dc4f08 [file] [log] [blame]
Index: modules/benchmark/build.xml
===================================================================
--- modules/benchmark/build.xml (revision 1054690)
+++ modules/benchmark/build.xml (working copy)
@@ -5,7 +5,7 @@
Lucene Benchmarking Contributions
</description>
- <import file="../contrib-build.xml"/>
+ <import file="../../lucene/contrib/contrib-build.xml"/>
<property name="working.dir" location="work"/>
<!-- the tests have some parallel problems -->
Index: modules/build.xml
===================================================================
--- modules/build.xml (revision 1054690)
+++ modules/build.xml (working copy)
@@ -22,6 +22,7 @@
<sequential>
<subant target="test" inheritall="false" failonerror="true">
<fileset dir="analysis" includes="build.xml" />
+ <fileset dir="benchmark" includes="build.xml" />
</subant>
</sequential>
</target>
@@ -30,6 +31,7 @@
<sequential>
<subant target="compile" inheritall="false" failonerror="true">
<fileset dir="analysis" includes="build.xml" />
+ <fileset dir="benchmark" includes="build.xml" />
</subant>
</sequential>
</target>
@@ -38,6 +40,7 @@
<sequential>
<subant target="compile-test" inheritall="false" failonerror="true">
<fileset dir="analysis" includes="build.xml" />
+ <fileset dir="benchmark" includes="build.xml" />
</subant>
</sequential>
</target>
@@ -46,6 +49,7 @@
<sequential>
<subant target="javadocs" inheritall="false" failonerror="true">
<fileset dir="analysis" includes="build.xml" />
+ <fileset dir="benchmark" includes="build.xml" />
</subant>
</sequential>
</target>
@@ -54,6 +58,7 @@
<sequential>
<subant target="dist-maven" inheritall="false" failonerror="true">
<fileset dir="analysis" includes="build.xml" />
+ <fileset dir="benchmark" includes="build.xml" />
</subant>
</sequential>
</target>
@@ -62,6 +67,7 @@
<sequential>
<subant target="clean" inheritall="false" failonerror="true">
<fileset dir="analysis" includes="build.xml" />
+ <fileset dir="benchmark" includes="build.xml" />
</subant>
</sequential>
</target>