david_williams | 21648b2 | 2007-04-08 03:58:26 +0000 | [diff] [blame^] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: org.eclipse.wst.common.tests |
| 4 | Bundle-SymbolicName: org.eclipse.wst.common.tests; singleton:=true |
| 5 | Bundle-Version: 1.1.0 |
| 6 | Bundle-ClassPath: commontests.jar |
| 7 | Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator |
| 8 | Bundle-Vendor: Eclipse.org |
| 9 | Bundle-Localization: plugin |
| 10 | Export-Package: org.eclipse.etools.common.test.apitools, |
| 11 | org.eclipse.etools.common.tests.xml, |
| 12 | org.eclipse.wst.common.environment.tests, |
| 13 | org.eclipse.wst.common.extras, |
| 14 | org.eclipse.wst.common.frameworks.artifactedit.tests, |
| 15 | org.eclipse.wst.common.frameworks.componentcore.tests, |
| 16 | org.eclipse.wst.common.frameworks.componentcore.virtualpath.tests, |
| 17 | org.eclipse.wst.common.frameworks.datamodel.tests, |
| 18 | org.eclipse.wst.common.frameworks.datamodel.tests.extended, |
| 19 | org.eclipse.wst.common.frameworks.tests.bvt, |
| 20 | org.eclipse.wst.common.tests |
| 21 | Require-Bundle: org.junit;visibility:=reexport, |
| 22 | org.eclipse.core.resources;visibility:=reexport, |
| 23 | org.eclipse.core.runtime.compatibility, |
| 24 | org.eclipse.wst.common.frameworks;visibility:=reexport, |
| 25 | org.eclipse.wst.common.emfworkbench.integration, |
| 26 | org.eclipse.emf.common, |
| 27 | org.eclipse.emf.ecore, |
| 28 | org.eclipse.core.commands, |
| 29 | org.eclipse.wst.common.modulecore, |
| 30 | org.eclipse.wst.common.tests.collector;visibility:=reexport, |
| 31 | org.eclipse.jem.util, |
| 32 | org.eclipse.wst.common.environment, |
| 33 | org.eclipse.wst.common.emf |
| 34 | Eclipse-LazyStart: true |
| 35 | Plugin-Class: org.eclipse.wst.common.tests.CommonTestsPlugin |
| 36 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |