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/04/20 04:59:41 UTC

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

Author: daijy
Date: Fri Apr 20 02:59:40 2012
New Revision: 1328179

URL: http://svn.apache.org/viewvc?rev=1328179&view=rev
Log:
Commit PIG-2590.3.patch

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=1328179&r1=1328178&r2=1328179&view=diff
==============================================================================
--- pig/branches/branch-0.10/build.xml (original)
+++ pig/branches/branch-0.10/build.xml Fri Apr 20 02:59:40 2012
@@ -1266,7 +1266,7 @@
     <target name="releaseaudit" depends="ivy-releaseaudit, package" description="Release Audit activities">
 	<java classname="${rat.reporting.classname}" fork="true">
             <classpath refid="releaseaudit.classpath"/>
-            <arg value="${build.dir}/${final.name}"/>
+            <arg value="${build.dir}/tar/${final.name}"/>
         </java>
     </target>