Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-03-24 23:23:23 +0000
committerslewis2008-03-24 23:23:23 +0000
commit1aee89fb0f3b4340a27b7553c7de5f4dc8a018b7 (patch)
treeb65c49e39c039e4f459233c6d89aa1b9d6fc1365
parent500329f722599ca3b3430b68176615bab69f3f2e (diff)
downloadorg.eclipse.ecf-1aee89fb0f3b4340a27b7553c7de5f4dc8a018b7.tar.gz
org.eclipse.ecf-1aee89fb0f3b4340a27b7553c7de5f4dc8a018b7.tar.xz
org.eclipse.ecf-1aee89fb0f3b4340a27b7553c7de5f4dc8a018b7.zip
Fixes for bug 223178 (removing bundle-version constraints that prevent ECF ui from running in Eclipse 3.3)
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery.ui/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.discovery.ui/META-INF/MANIFEST.MF
index 7a5dc9d76..d9ea69cff 100644
--- a/framework/bundles/org.eclipse.ecf.discovery.ui/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.discovery.ui/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Localization: plugin
Require-Bundle: org.eclipse.ecf.discovery,
org.eclipse.ecf,
org.eclipse.core.runtime,
- org.eclipse.ecf.remoteservice;bundle-version="1.2.0",
+ org.eclipse.ecf.remoteservice,
org.eclipse.ui.views.properties.tabbed
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top