فهرست منبع

HADOOP-4037. Fix the eclipse plugin for versions of kfs and log4j. (nigel
via omalley)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@689913 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 17 سال پیش
والد
کامیت
3674d48036
2فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 3 3
      .eclipse.templates/.classpath
  2. 3 0
      CHANGES.txt

+ 3 - 3
.eclipse.templates/.classpath

@@ -19,15 +19,15 @@
 	<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
 	<classpathentry kind="lib" path="lib/commons-logging-api-1.0.4.jar"/>
 	<classpathentry kind="lib" path="lib/commons-net-1.4.1.jar"/>
-	<classpathentry kind="lib" path="lib/jets3t-0.6.0.jar"/>
+	<classpathentry kind="lib" path="lib/jets3t-0.6.1.jar"/>
 	<classpathentry kind="lib" path="lib/jetty-5.1.4.jar"/>
 	<classpathentry kind="lib" path="lib/jetty-ext/commons-el.jar"/>
 	<classpathentry kind="lib" path="lib/jetty-ext/jasper-compiler.jar"/>
 	<classpathentry kind="lib" path="lib/jetty-ext/jasper-runtime.jar"/>
 	<classpathentry kind="lib" path="lib/jetty-ext/jsp-api.jar"/>
 	<classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
-	<classpathentry kind="lib" path="lib/kfs-0.1.3.jar"/>
-	<classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
+	<classpathentry kind="lib" path="lib/kfs-0.2.0.jar"/>
+	<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
 	<classpathentry kind="lib" path="lib/oro-2.0.8.jar"/>
 	<classpathentry kind="lib" path="lib/servlet-api.jar"/>
 	<classpathentry kind="lib" path="lib/slf4j-api-1.4.3.jar"/>

+ 3 - 0
CHANGES.txt

@@ -405,6 +405,9 @@ Trunk (unreleased changes)
     HADOOP-3966. Copy findbugs generated output files to PATCH_DIR while 
     running test-patch. (Ramya R via lohit)
 
+    HADOOP-4037. Fix the eclipse plugin for versions of kfs and log4j. (nigel
+    via omalley)
+
 Release 0.18.1 - Unreleased
 
   BUG FIXES