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/20 17:49:57 UTC

svn commit: r1424586 - /pig/branches/branch-0.10/build.xml

Author: daijy
Date: Thu Dec 20 16:49:56 2012
New Revision: 1424586

URL: http://svn.apache.org/viewvc?rev=1424586&view=rev
Log:
Fix src release file name

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

Modified: pig/branches/branch-0.10/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/build.xml?rev=1424586&r1=1424585&r2=1424586&view=diff
==============================================================================
--- pig/branches/branch-0.10/build.xml (original)
+++ pig/branches/branch-0.10/build.xml Thu Dec 20 16:49:56 2012
@@ -1142,8 +1142,8 @@
     <target name="src-release" depends="clean, clean-piggybank, clean-zebra, clean-penny, clean-test-e2e, clean-tutorial" description="Source distribution">
         <mkdir dir="${build.dir}"/>
         <tar compression="gzip" longfile="gnu"
-             destfile="${build.dir}/${final.name}-src-${pig.version}.tar.gz">
-            <tarfileset dir="${basedir}" mode="644" prefix="${final.name}-src-${pig.version}">
+             destfile="${build.dir}/${final.name}-src.tar.gz">
+            <tarfileset dir="${basedir}" mode="644" prefix="${final.name}-src">
                 <include name="conf/**"/>
                 <include name="contrib/**"/>
                 <include name="ivy/**"/>