gkessler | f3e1ae6 | 2006-05-03 21:47:05 +0000 | [diff] [blame^] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: org.eclipse.jst.jsf.metadata.tests Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.jst.jsf.metadata.tests; singleton:=true |
| 5 | Bundle-Version: 0.5.0.qualifier |
| 6 | Bundle-Activator: org.eclipse.jst.jsf.metadata.tests.Activator |
| 7 | Bundle-Localization: plugin |
| 8 | Bundle-ClassPath: jsfmetadatatests.jar |
| 9 | Require-Bundle: org.eclipse.core.runtime, |
| 10 | org.eclipse.jst.jsf.core, |
| 11 | org.eclipse.jst.jsf.metadataprocessors, |
| 12 | org.eclipse.ui, |
| 13 | org.eclipse.core.resources, |
| 14 | org.eclipse.wst.common.frameworks, |
| 15 | org.eclipse.emf.common, |
| 16 | org.eclipse.emf.ecore, |
| 17 | org.eclipse.emf.ecore.xmi, |
| 18 | org.eclipse.core.runtime.compatibility, |
| 19 | org.junit, |
| 20 | org.eclipse.jst.jsf.contentmodel.annotations, |
| 21 | org.eclipse.jst.jsf.taglibprocessing, |
| 22 | org.eclipse.wst.common.project.facet.core, |
| 23 | org.eclipse.wst.common.modulecore, |
| 24 | org.eclipse.jst.j2ee.web, |
| 25 | org.eclipse.jst.jsf.context.resolver.structureddocument, |
| 26 | org.eclipse.jst.jsf.context.structureddocument, |
| 27 | org.eclipse.wst.sse.core, |
| 28 | org.eclipse.jdt.core |
| 29 | Eclipse-LazyStart: true |
| 30 | Export-Package: org.eclipse.jst.jsf.metadata.tests |
| 31 | Plugin-Class: org.eclipse.jst.jsf.metadata.tests.Activator |