Author: omalley
Date: Fri Mar  4 04:52:37 2011
New Revision: 1077762

URL: http://svn.apache.org/viewvc?rev=1077762&view=rev
Log:
commit 82745e783112049f0db59fd5aa7ba7d67c26313d
Author: Vinay Kumar Thota <[email protected]>
Date:   Thu Oct 7 15:18:30 2010 +0000

    4046657 from

Modified:
    
hadoop/common/branches/branch-0.20-security-patches/src/contrib/build-contrib.xml
    
hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml

Modified: 
hadoop/common/branches/branch-0.20-security-patches/src/contrib/build-contrib.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/contrib/build-contrib.xml?rev=1077762&r1=1077761&r2=1077762&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-0.20-security-patches/src/contrib/build-contrib.xml
 (original)
+++ 
hadoop/common/branches/branch-0.20-security-patches/src/contrib/build-contrib.xml
 Fri Mar  4 04:52:37 2011
@@ -143,6 +143,10 @@
       <include name="**/*.jar" />
       <exclude name="**/excluded/" />
     </fileset>
+    <fileset dir="${hadoop.root}/build/contrib/${name}">
+      <include name="**/*.jar" />
+      <exclude name="**/excluded/" />
+    </fileset>
   </path>
 
   <!-- to be overridden by sub-projects -->
@@ -313,7 +317,7 @@
   <!-- ================================================================== -->
   <!-- Run system tests                                                   -->
   <!-- ================================================================== -->
-  <target name="test-system" depends="compile, compile-test-system"
+  <target name="test-system" depends="compile, compile-test-system, jar"
      if="test.system.available">
      <delete dir="${build.test.system}/extraconf"/>
      <mkdir dir="${build.test.system}/extraconf"/>

Modified: 
hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml?rev=1077762&r1=1077761&r2=1077762&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml 
(original)
+++ 
hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml 
Fri Mar  4 04:52:37 2011
@@ -123,6 +123,7 @@
     <subant target="test-system-contrib">
        <property name="hadoop.home" value="${hadoop.home}"/>
        <property name="hadoop.conf.dir" value="${hadoop.conf.dir}"/>
+       <property name="version" value="${version}"/>
        <property name="hadoop.conf.dir.deployed"
            value="${hadoop.conf.dir.deployed}"/>
        <fileset file="${contrib.dir}/build.xml"/>


Reply via email to