blob: 87aa85e9a53120f734e7b45a0bb60429f49ad856 [file] [log] [blame]
david_williams21648b22007-04-08 03:58:26 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: org.eclipse.wst.common.tests
4Bundle-SymbolicName: org.eclipse.wst.common.tests; singleton:=true
5Bundle-Version: 1.1.0
6Bundle-ClassPath: commontests.jar
7Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
8Bundle-Vendor: Eclipse.org
9Bundle-Localization: plugin
10Export-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
21Require-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
34Eclipse-LazyStart: true
35Plugin-Class: org.eclipse.wst.common.tests.CommonTestsPlugin
36Bundle-RequiredExecutionEnvironment: J2SE-1.4