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 05:11:30 UTC

svn commit: r1328182 - /pig/trunk/build.xml

Author: daijy
Date: Fri Apr 20 03:11:30 2012
New Revision: 1328182

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

Modified:
    pig/trunk/build.xml

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1328182&r1=1328181&r2=1328182&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Fri Apr 20 03:11:30 2012
@@ -1327,7 +1327,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>