Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-01-24 21:32:41 +0000
committerDarin Wright2006-01-24 21:32:41 +0000
commitfc5a128d8259fd2b6c584829c60857b6f2530c45 (patch)
treef70f8dbd0d9dbd0fbb9b12876bbffb7c339c6f42 /org.eclipse.ui.console/META-INF
parentb656e693dd8fa77d10cf28f8bd55223c72a107bb (diff)
downloadeclipse.platform.debug-fc5a128d8259fd2b6c584829c60857b6f2530c45.tar.gz
eclipse.platform.debug-fc5a128d8259fd2b6c584829c60857b6f2530c45.tar.xz
eclipse.platform.debug-fc5a128d8259fd2b6c584829c60857b6f2530c45.zip
Bug 119488 - java stack trace hyperlinks not .java agnostic
Diffstat (limited to 'org.eclipse.ui.console/META-INF')
-rw-r--r--org.eclipse.ui.console/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.console/META-INF/MANIFEST.MF b/org.eclipse.ui.console/META-INF/MANIFEST.MF
index a06b2f40b..a30ed2f0d 100644
--- a/org.eclipse.ui.console/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.console/META-INF/MANIFEST.MF
@@ -13,5 +13,6 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
- org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)"
+ org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",
+ org.eclipse.core.variables
Eclipse-LazyStart: true

Back to the top