Commit r925287 "Apply partial jdktools patch for HARMONY-6477
(Problems building jdktools modules in Eclipse)." removed the Class-Path
entries from this MANIFEST.  This broke the
org.apache.harmony.tests.tools.javac.MainTest test so I'm putting them back.


git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/jdktools/trunk@925447 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/jdktools/META-INF/MANIFEST.MF b/modules/jdktools/META-INF/MANIFEST.MF
index 1814c18..642b260 100644
--- a/modules/jdktools/META-INF/MANIFEST.MF
+++ b/modules/jdktools/META-INF/MANIFEST.MF
@@ -5,6 +5,10 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://harmony.apache.org
+Class-Path: com.ibm.icu.base_3.6.1.v20070417.jar
+  ecj-3.5.1.jar
+  jdimodel.jar
+  jdtstub.jar
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Tools
 Bundle-SymbolicName: org.apache.harmony.tools