Browse Source

HADOOP-4249. Fix eclipse path to include the hsqldb.jar. (szetszwo via
omalley)


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

Owen O'Malley 16 years ago
parent
commit
34a20205ac
2 changed files with 4 additions and 0 deletions
  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

@@ -733,6 +733,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