cbateman | 0016f14 | 2006-07-20 19:31:24 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.jst.jsf.context.symbol.tests; singleton:=true |
| 5 | Bundle-Version: 1.0.0 |
| 6 | Bundle-ClassPath: . |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
| 9 | Export-Package: org.eclipse.jst.jsf.context.symbol.tests |
| 10 | Require-Bundle: org.eclipse.core.runtime, |
cbateman | 0016f14 | 2006-07-20 19:31:24 +0000 | [diff] [blame] | 11 | 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, |
cbateman | 1ce8b5c | 2006-07-25 19:21:59 +0000 | [diff] [blame] | 16 | org.eclipse.ui, |
| 17 | org.eclipse.emf.edit, |
cbateman | 80b1c89 | 2006-11-18 01:45:31 +0000 | [diff] [blame] | 18 | org.eclipse.jface.text, |
cbateman | 919c34d | 2006-11-28 20:23:29 +0000 | [diff] [blame] | 19 | org.eclipse.jst.jsf.core, |
| 20 | org.eclipse.jst.jsf.common |
cbateman | 0016f14 | 2006-07-20 19:31:24 +0000 | [diff] [blame] | 21 | Eclipse-LazyStart: true |
| 22 | Bundle-Activator: org.eclipse.jst.jsf.context.symbol.tests.ContextSymbolTestPlugin |
cbateman | 8ead9f0 | 2007-04-10 18:53:20 +0000 | [diff] [blame] | 23 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |