Browse Source

Fix a problem introduced by the patch for HADOOP-184, where the 'package' target was broken. Contributed by Mahadev.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@399508 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 19 năm trước cách đây
mục cha
commit
0e3333340c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -279,7 +279,7 @@
   <!-- ================================================================== -->
   <!--                                                                    -->
   <!-- ================================================================== -->
-  <target name="package" depends="jar, javadoc, examples">
+  <target name="package" depends="jar, javadoc, examples, compile-test">
     <mkdir dir="${dist.dir}"/>
     <mkdir dir="${dist.dir}/lib"/>
     <mkdir dir="${dist.dir}/bin"/>