Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-04-07 15:33:44 +0000
committerDarin Wright2005-04-07 15:33:44 +0000
commitef72668528ac981f56498b03a4ddb876deac7275 (patch)
tree9889faa2c4e51f249a8be98b6dcc8fff061dae29 /org.eclipse.debug.core/META-INF/MANIFEST.MF
parent113b19ab8a2f59bc53cd2b79d356cf7add6899df (diff)
downloadeclipse.platform.debug-ef72668528ac981f56498b03a4ddb876deac7275.tar.gz
eclipse.platform.debug-ef72668528ac981f56498b03a4ddb876deac7275.tar.xz
eclipse.platform.debug-ef72668528ac981f56498b03a4ddb876deac7275.zip
Bug 90518 - JAR debug plug-ins
Diffstat (limited to 'org.eclipse.debug.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/META-INF/MANIFEST.MF b/org.eclipse.debug.core/META-INF/MANIFEST.MF
index a8fa240d8..62e061aba 100644
--- a/org.eclipse.debug.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.core; singleton:=true
Bundle-Version: 3.1.0
-Bundle-ClassPath: dtcore.jar
+Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top