Jelajahi Sumber

HADOOP-2459. Fix package target so that src/docs/build files are not included in the release. Contributed by Nigel Daley.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@605433 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 17 tahun lalu
induk
melakukan
c4176a07de
2 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 3 0
      CHANGES.txt
  2. 1 1
      build.xml

+ 3 - 0
CHANGES.txt

@@ -250,6 +250,9 @@ Trunk (unreleased changes)
     in 1 byte chunks, causing performance degradation.
     (Raghu Angadi via dhruba)
 
+    HADOOP-2459. Fix package target so that src/docs/build files are not
+    included in the release.  (nigel)
+
 Branch 0.15 (unreleased)
 
   BUG FIXES

+ 1 - 1
build.xml

@@ -721,7 +721,7 @@
     </copy>
 
     <copy todir="${dist.dir}/src" includeEmptyDirs="true">
-      <fileset dir="src" excludes="**/*.template"/>
+      <fileset dir="src" excludes="**/*.template **/docs/build/**/*"/>
     </copy>
   	
     <copy todir="${dist.dir}/c++" includeEmptyDirs="false">