You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/06/19 09:02:14 UTC

svn commit: r1137306 - /hadoop/common/branches/branch-0.20-security-204/build.xml

Author: omalley
Date: Sun Jun 19 07:02:14 2011
New Revision: 1137306

URL: http://svn.apache.org/viewvc?rev=1137306&view=rev
Log:
Fix failed merge.

Modified:
    hadoop/common/branches/branch-0.20-security-204/build.xml

Modified: hadoop/common/branches/branch-0.20-security-204/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-204/build.xml?rev=1137306&r1=1137305&r2=1137306&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-204/build.xml (original)
+++ hadoop/common/branches/branch-0.20-security-204/build.xml Sun Jun 19 07:02:14 2011
@@ -2235,7 +2235,7 @@
         <source path="${contrib.dir}/capacity-scheduler/src/test"
                 output="${build.dir.eclipse-contrib-classes}/capacity-scheduler/test" />
         <output path="${build.dir.eclipse-main-classes}" />
-        <library pathref="classpath" exported="false" />
+        <library pathref="src.lib.classpath" exported="false" />
         <library pathref="test.lib.classpath" exported="false" />
         <variable path="ANT_HOME/lib/ant.jar" exported="false" />
         <library path="${conf.dir}" exported="false" />