justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: org.eclipse.jst.jsf.core.tests Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.jst.jsf.core.tests; singleton:=true |
| 5 | Bundle-Version: 0.5.0 |
| 6 | Bundle-Activator: org.eclipse.jst.jsf.core.tests.TestsPlugin |
| 7 | Bundle-Vendor: Oracle |
| 8 | Bundle-Localization: plugin |
| 9 | Bundle-ClassPath: jsfcoretests.jar |
| 10 | Require-Bundle: org.eclipse.jst.jsf.core, |
| 11 | org.eclipse.ui, |
| 12 | org.eclipse.wst.common.project.facet.core, |
| 13 | org.eclipse.jst.j2ee.web, |
| 14 | org.eclipse.jst.server.core, |
| 15 | org.eclipse.wst.server.core, |
| 16 | org.eclipse.wst.common.frameworks, |
| 17 | org.eclipse.jst.common.frameworks, |
| 18 | org.eclipse.jdt.core, |
| 19 | org.eclipse.core.resources, |
| 20 | org.eclipse.jst.j2ee, |
| 21 | org.eclipse.emf.common, |
| 22 | org.eclipse.emf.ecore, |
| 23 | org.eclipse.emf.ecore.xmi, |
| 24 | org.eclipse.jst.j2ee.core, |
| 25 | org.eclipse.jem.util, |
| 26 | org.eclipse.core.runtime, |
| 27 | org.eclipse.core.runtime.compatibility, |
| 28 | org.junit, |
| 29 | org.eclipse.wst.xml.core, |
cbateman | 880ffd9 | 2006-07-20 20:02:42 +0000 | [diff] [blame] | 30 | org.eclipse.jst.jsp.core, |
cbateman | 919c34d | 2006-11-28 20:23:29 +0000 | [diff] [blame] | 31 | org.eclipse.jst.jsf.test.util, |
cbateman | c3aa509 | 2006-12-21 21:58:12 +0000 | [diff] [blame] | 32 | org.eclipse.jst.jsf.common, |
cbateman | 419bd33 | 2007-02-28 21:43:48 +0000 | [diff] [blame] | 33 | org.eclipse.wst.validation, |
| 34 | org.eclipse.wst.sse.core |
cbateman | 880ffd9 | 2006-07-20 20:02:42 +0000 | [diff] [blame] | 35 | Eclipse-LazyStart: true |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 36 | Export-Package: org.eclipse.jst.jsf.core.tests;x-friends:="org.eclipse.jst.jsf.ui.tests", |
| 37 | org.eclipse.jst.jsf.core.tests.jsflibraryregistry, |
| 38 | org.eclipse.jst.jsf.core.tests.project.facet, |
| 39 | org.eclipse.jst.jsf.core.tests.util |
| 40 | Plugin-Class: org.eclipse.jst.jsf.core.tests.TestsPlugin |
cbateman | 86acfd5 | 2007-04-10 18:58:59 +0000 | [diff] [blame^] | 41 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |