Author: cos
Date: Thu Dec 3 00:44:00 2009
New Revision: 886348
URL: http://svn.apache.org/viewvc?rev=886348&view=rev
Log:
HADOOP-6405. Update Eclipse configuration to match changes to Ivy
configuration. Contributed by Edwin Chan.
Modified:
hadoop/common/trunk/.eclipse.templates/.classpath
hadoop/common/trunk/CHANGES.txt
Modified: hadoop/common/trunk/.eclipse.templates/.classpath
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/.eclipse.templates/.classpath?rev=886348&r1=886347&r2=886348&view=diff
==============================================================================
--- hadoop/common/trunk/.eclipse.templates/.classpath (original)
+++ hadoop/common/trunk/.eclipse.templates/.classpath Thu Dec 3 00:44:00 2009
@@ -10,8 +10,8 @@
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/commons-codec-1.3.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/commons-el-1.0.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/commons-httpclient-3.0.1.jar"/>
- <classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/commons-logging-1.0.4.jar"/>
- <classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/commons-logging-api-1.0.4.jar"/>
+ <classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/commons-logging-1.1.1.jar"/>
+ <classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/commons-logging-api-1.1.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/commons-net-1.4.1.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/core-3.1.1.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Core/common/jackson-core-asl-1.0.1.jar"/>
Modified: hadoop/common/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=886348&r1=886347&r2=886348&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Thu Dec 3 00:44:00 2009
@@ -52,6 +52,9 @@
HADOOP-6398. Build is broken after HADOOP-6395 patch has been applied (cos)
+ HADOOP-6405. Update Eclipse configuration to match changes to Ivy
+ configuration (Edwin Chan via cos)
+
Release 0.21.0 - Unreleased
INCOMPATIBLE CHANGES