Author: olga
Date: Wed Sep 22 21:00:36 2010
New Revision: 1000228

URL: http://svn.apache.org/viewvc?rev=1000228&view=rev
Log:
PIG-1632: The core jar in the tarball contains the kitchen sink (eli via olgan)

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

Modified: hadoop/pig/branches/branch-0.8/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.8/CHANGES.txt?rev=1000228&r1=1000227&r2=1000228&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.8/CHANGES.txt (original)
+++ hadoop/pig/branches/branch-0.8/CHANGES.txt Wed Sep 22 21:00:36 2010
@@ -25,6 +25,9 @@ INCOMPATIBLE CHANGES
 PIG-1249: Safe-guards against misconfigured Pig scripts without PARALLEL 
keyword (zjffdu vi olgan)
 
 IMPROVEMENTS
+
+PIG-1632: The core jar in the tarball contains the kitchen sink (eli via olgan)
+
 PIG-1617: 'group all' should always use one reducer (thejas)
 
 PIG-1589: add test cases for mapreduce operator which use distributed cache 
(thejas)

Modified: hadoop/pig/branches/branch-0.8/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.8/build.xml?rev=1000228&r1=1000227&r2=1000228&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.8/build.xml (original)
+++ hadoop/pig/branches/branch-0.8/build.xml Wed Sep 22 21:00:36 2010
@@ -687,7 +687,8 @@
             <fileset dir="${lib.dir}"/>
         </copy>
 
-        <copy file="${output.jarfile.backcompat}" 
tofile="${dist.dir}/${final.name}-core.jar" />
+        <copy file="${output.jarfile.backcompat}" 
tofile="${dist.dir}/${final.name}.jar" />
+        <copy file="${output.jarfile.core}" 
tofile="${dist.dir}/${final.name}-core.jar" />
 
         <copy todir="${dist.dir}/" file="ivy.xml" />
 


Reply via email to