You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/12/28 01:01:07 UTC

svn commit: r1426366 - in /pig/branches/branch-0.10: CHANGES.txt build.xml

Author: daijy
Date: Fri Dec 28 00:01:06 2012
New Revision: 1426366

URL: http://svn.apache.org/viewvc?rev=1426366&view=rev
Log:
PIG-3107: bin and autocomplete are missing in src release (daijy)

Modified:
    pig/branches/branch-0.10/CHANGES.txt
    pig/branches/branch-0.10/build.xml

Modified: pig/branches/branch-0.10/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/CHANGES.txt?rev=1426366&r1=1426365&r2=1426366&view=diff
==============================================================================
--- pig/branches/branch-0.10/CHANGES.txt (original)
+++ pig/branches/branch-0.10/CHANGES.txt Fri Dec 28 00:01:06 2012
@@ -46,6 +46,8 @@ PIG-2650: Convenience mock Loader and St
 
 BUG FIXES
 
+PIG-3107: bin and autocomplete are missing in src release (daijy)
+
 PIG-3106: Missing license header in several java file (daijy)
 
 PIG-3099: Pig unit test fixes for TestGrunt(1), TestStore(2), TestEmptyInputDir(3) (vikram.dixit via daijy)

Modified: pig/branches/branch-0.10/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/build.xml?rev=1426366&r1=1426365&r2=1426366&view=diff
==============================================================================
--- pig/branches/branch-0.10/build.xml (original)
+++ pig/branches/branch-0.10/build.xml Fri Dec 28 00:01:06 2012
@@ -1171,6 +1171,7 @@
         <tar compression="gzip" longfile="gnu"
              destfile="${build.dir}/${final.name}-src.tar.gz">
             <tarfileset dir="${basedir}" mode="644" prefix="${final.name}-src">
+                <include name="bin/**"/>
                 <include name="conf/**"/>
                 <include name="contrib/**"/>
                 <include name="ivy/**"/>
@@ -1187,6 +1188,7 @@
                 <include name="*.xml"/>
                 <include name="doap_Pig.rdf"/>
                 <include name="KEYS"/>
+                <include name="autocomplete"/>
             </tarfileset>
             <tarfileset dir="" mode="755" prefix="${final.name}-src-${pig.version}">
                 <include name="bin/**"/>