Explorar o código

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 %!s(int64=19) %!d(string=hai) anos
pai
achega
0e3333340c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"/>