| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %plugin.name |
| Bundle-SymbolicName: org.eclipse.ecf.remoteservice.ui;singleton:=true |
| Bundle-Version: 3.0.0.qualifier |
| Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1, |
| J2SE-1.4 |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.ui, |
| org.eclipse.core.expressions;bundle-version="3.4.0", |
| org.eclipse.ecf;bundle-version="2.0.1", |
| org.eclipse.ecf.remoteservice;bundle-version="2.0.0", |
| org.eclipse.ecf.discovery;bundle-version="2.1.0", |
| org.eclipse.ecf.discovery.ui;bundle-version="3.0.0", |
| org.eclipse.ecf.discovery.ui.model;bundle-version="3.0.0" |
| Export-Package: org.eclipse.ecf.remoteservices.ui;version="3.0.0" |
| Bundle-ActivationPolicy: lazy |
| Bundle-Vendor: %plugin.provider |
| Bundle-Localization: plugin |
| Bundle-Activator: org.eclipse.ecf.internal.remoteservices.ui.Activator |
| Import-Package: org.eclipse.equinox.concurrent.future;version="1.0.0" |