Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-03-10 19:04:07 +0000
committerslewis2008-03-10 19:04:07 +0000
commit5037ecec7b2458a21c10882514e47c224c6edec6 (patch)
tree291e85a62b6d07bc007247be80e90cd9e9aa4acd
parent32ea90e5d72b47d0d7073bbac52775a9b7465609 (diff)
downloadorg.eclipse.ecf-5037ecec7b2458a21c10882514e47c224c6edec6.tar.gz
org.eclipse.ecf-5037ecec7b2458a21c10882514e47c224c6edec6.tar.xz
org.eclipse.ecf-5037ecec7b2458a21c10882514e47c224c6edec6.zip
Fixes for spurious 3.4 dependenciesv20080310-1210
-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 c64b14809..7a5dc9d76 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
@@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.ecf.discovery,
org.eclipse.ecf,
org.eclipse.core.runtime,
org.eclipse.ecf.remoteservice;bundle-version="1.2.0",
- org.eclipse.ui.views.properties.tabbed;bundle-version="3.4.0"
+ org.eclipse.ui.views.properties.tabbed
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Export-Package: org.eclipse.ecf.discovery.ui,

Back to the top