| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: ECL TCP Client Tests |
| Bundle-SymbolicName: org.eclipse.rcptt.ecl.client.tcp.tests |
| Bundle-Version: 1.5.2.qualifier |
| Require-Bundle: org.eclipse.core.runtime, |
| org.junit;bundle-version="3.8.2", |
| org.eclipse.rcptt.ecl.client.tcp;bundle-version="1.0.0", |
| org.eclipse.rcptt.ecl.core;bundle-version="1.1.0", |
| org.eclipse.rcptt.ecl.core.tests;bundle-version="1.0.0", |
| org.eclipse.rcptt.ecl.server.tcp;bundle-version="1.0.0", |
| org.eclipse.rcptt.ecl.platform;bundle-version="1.1.0" |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| Export-Package: org.eclipse.rcptt.ecl.internal.client.tcp.tests |
| Bundle-Vendor: Eclipse RCP Testing Tool Project |