blob: edcb40e8e0dd55a04140b17d72909c50e1ab748b [file] [log] [blame]
cbateman0016f142006-07-20 19:31:24 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: org.eclipse.jst.jsf.context.symbol.tests; singleton:=true
5Bundle-Version: 1.0.0
6Bundle-ClassPath: .
7Bundle-Vendor: %providerName
8Bundle-Localization: plugin
9Export-Package: org.eclipse.jst.jsf.context.symbol.tests
10Require-Bundle: org.eclipse.core.runtime,
cbateman0016f142006-07-20 19:31:24 +000011 org.eclipse.emf.ecore.xmi;visibility:=reexport,
12 org.junit;visibility:=reexport,
13 org.eclipse.jst.jsf.test.util,
14 org.eclipse.jdt.core,
15 org.eclipse.jst.jsf.core.tests,
cbateman1ce8b5c2006-07-25 19:21:59 +000016 org.eclipse.ui,
17 org.eclipse.emf.edit,
cbateman80b1c892006-11-18 01:45:31 +000018 org.eclipse.jface.text,
cbateman919c34d2006-11-28 20:23:29 +000019 org.eclipse.jst.jsf.core,
20 org.eclipse.jst.jsf.common
cbateman0016f142006-07-20 19:31:24 +000021Eclipse-LazyStart: true
22Bundle-Activator: org.eclipse.jst.jsf.context.symbol.tests.ContextSymbolTestPlugin
cbateman8ead9f02007-04-10 18:53:20 +000023Bundle-RequiredExecutionEnvironment: J2SE-1.5