Parcourir la source

Merge -r 698666:698667 from trunk to branch-19 to fix HADOOP-4249.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.19@698672 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley il y a 16 ans
Parent
commit
b9b1ff1788
2 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 1 0
      .eclipse.templates/.classpath
  2. 3 0
      CHANGES.txt

+ 1 - 0
.eclipse.templates/.classpath

@@ -19,6 +19,7 @@
 	<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/hsqldb.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"/>

+ 3 - 0
CHANGES.txt

@@ -721,6 +721,9 @@ Release 0.19.0 - Unreleased
     HADOOP-4242. Remove extra ";" in FSDirectory that blocks compilation
     in some IDE's. (szetszwo via omalley)
 
+    HADOOP-4249. Fix eclipse path to include the hsqldb.jar. (szetszwo via
+    omalley)
+
 Release 0.18.1 - 2008-09-17
 
   IMPROVEMENTS