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, |
| 30 | org.eclipse.jst.jsp.core |
| 31 | Eclipse-AutoStart: true |
| 32 | Export-Package: org.eclipse.jst.jsf.core.tests;x-friends:="org.eclipse.jst.jsf.ui.tests", |
| 33 | org.eclipse.jst.jsf.core.tests.jsflibraryregistry, |
| 34 | org.eclipse.jst.jsf.core.tests.project.facet, |
| 35 | org.eclipse.jst.jsf.core.tests.util |
| 36 | Plugin-Class: org.eclipse.jst.jsf.core.tests.TestsPlugin |