Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-04-04 23:39:57 +0000
committerslewis2008-04-04 23:39:57 +0000
commit5258dfaa1999cdd9782000a5ec37b3d4ef6d4c88 (patch)
treec90a16a7df852445c6168bc6b4124a67ff72a363
parent62be2d865cf9368673aba322433aa8301f462014 (diff)
downloadorg.eclipse.ecf-5258dfaa1999cdd9782000a5ec37b3d4ef6d4c88.tar.gz
org.eclipse.ecf-5258dfaa1999cdd9782000a5ec37b3d4ef6d4c88.tar.xz
org.eclipse.ecf-5258dfaa1999cdd9782000a5ec37b3d4ef6d4c88.zip
Fix for IRC ui dependencyv20080404-1645
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF
index b30643eeb..2914828e3 100644
--- a/providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF
+++ b/providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ecf.presence.ui,
org.eclipse.jface.text,
org.eclipse.ecf.provider.irc,
- org.eclipse.ui.workbench.texteditor;bundle-version="3.4.0"
+ org.eclipse.ui.workbench.texteditor
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.internal.irc.ui;x-internal:=true,
org.eclipse.ecf.internal.irc.ui.wizards;x-internal:=true

Back to the top