itrimble | 0f5edc8 | 2006-06-08 00:02:56 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: JSF FacesConfig Tests Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.jst.jsf.facesconfig.tests;singleton:=true |
| 5 | Bundle-Version: 0.5.0.qualifier |
| 6 | Bundle-Activator: org.eclipse.jst.jsf.facesconfig.tests.TestsPlugin |
| 7 | Bundle-Vendor: Eclipse.org |
| 8 | Bundle-Localization: plugin |
| 9 | Require-Bundle: org.eclipse.core.resources;visibility:=reexport, |
| 10 | org.eclipse.core.runtime, |
| 11 | org.eclipse.emf.ecore.xmi;visibility:=reexport, |
| 12 | org.eclipse.emf.edit.ui;visibility:=reexport, |
| 13 | org.eclipse.gef, |
| 14 | org.eclipse.jst.common.frameworks, |
| 15 | org.eclipse.jst.j2ee, |
| 16 | org.eclipse.jst.j2ee.core, |
| 17 | org.eclipse.jst.j2ee.web, |
| 18 | org.eclipse.ui, |
| 19 | org.eclipse.ui.ide;visibility:=reexport, |
| 20 | org.eclipse.ui.views, |
| 21 | org.eclipse.wst.common.emf, |
| 22 | org.eclipse.wst.common.emfworkbench.integration, |
| 23 | org.eclipse.wst.common.frameworks, |
| 24 | org.eclipse.wst.common.frameworks.ui, |
| 25 | org.eclipse.wst.common.modulecore, |
| 26 | org.eclipse.wst.sse.core, |
| 27 | org.eclipse.wst.validation, |
| 28 | org.eclipse.wst.xml.core, |
| 29 | org.junit, |
cbateman | 3a42754 | 2006-11-08 22:41:45 +0000 | [diff] [blame] | 30 | org.eclipse.jst.jsf.facesconfig, |
cbateman | 623bbd8 | 2006-12-20 19:15:11 +0000 | [diff] [blame] | 31 | org.eclipse.wst.common.tests.collector, |
cbateman | 43d60ee | 2007-04-07 00:15:30 +0000 | [diff] [blame] | 32 | org.eclipse.jst.jsf.test.util, |
| 33 | org.eclipse.jst.jsf.core |
cbateman | 3a42754 | 2006-11-08 22:41:45 +0000 | [diff] [blame] | 34 | Eclipse-LazyStart: true |
cbateman | a0b6216 | 2007-04-10 19:05:55 +0000 | [diff] [blame^] | 35 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |