Author: olga
Date: Tue Sep 22 15:55:03 2009
New Revision: 817708

URL: http://svn.apache.org/viewvc?rev=817708&view=rev
Log:
package lib but not ivy-lib dir

Modified:
    hadoop/pig/branches/branch-0.5/build.xml

Modified: hadoop/pig/branches/branch-0.5/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.5/build.xml?rev=817708&r1=817707&r2=817708&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.5/build.xml (original)
+++ hadoop/pig/branches/branch-0.5/build.xml Tue Sep 22 15:55:03 2009
@@ -493,10 +493,10 @@
         <mkdir dir="${dist.dir}/docs/jdiff"/>
         <mkdir dir="${dist.dir}/license" />
 
-        <!--copy todir="${dist.dir}/lib" includeEmptyDirs="false">
-            <fileset dir="${ivy.lib.dir}"/>
+        <copy todir="${dist.dir}/lib" includeEmptyDirs="false">
+            <!--fileset dir="${ivy.lib.dir}"/-->
             <fileset dir="${lib.dir}"/>
-        </copy-->
+        </copy>
 
         <copy file="${output.jarfile.backcompat}" 
tofile="${dist.dir}/${final.name}-core.jar" />
 


Reply via email to