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 |
gkessler | 19d8da7 | 2007-05-04 19:13:16 +0000 | [diff] [blame^] | 4 | Bundle-SymbolicName: org.eclipse.jst.jsf.core.tests;singleton:=true |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 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, |
cbateman | 254793e | 2007-04-20 19:14:32 +0000 | [diff] [blame] | 34 | org.eclipse.wst.sse.core, |
| 35 | org.eclipse.jst.jsf.facesconfig |
cbateman | 880ffd9 | 2006-07-20 20:02:42 +0000 | [diff] [blame] | 36 | Eclipse-LazyStart: true |
itrimble | 8533414 | 2007-04-19 23:58:53 +0000 | [diff] [blame] | 37 | Export-Package: org.eclipse.jst.jsf.core.tests;x-friends:="org.eclipse.jst.jsf.ui.tests,org.eclipse.jst.jsf.context.symbol.tests,org.eclipse.jst.jsf.designtime.tests", |
itrimble | 9b9fe88 | 2007-04-23 23:16:32 +0000 | [diff] [blame] | 38 | org.eclipse.jst.jsf.core.tests.appconfig.validation;x-internal:=true, |
| 39 | org.eclipse.jst.jsf.core.tests.jsflibraryconfig;x-internal:=true, |
| 40 | org.eclipse.jst.jsf.core.tests.jsflibraryregistry;x-internal:=true, |
| 41 | org.eclipse.jst.jsf.core.tests.jsflibraryregistry.migration;x-internal:=true, |
| 42 | org.eclipse.jst.jsf.core.tests.project.facet;x-internal:=true, |
| 43 | org.eclipse.jst.jsf.core.tests.set;x-internal:=true, |
| 44 | org.eclipse.jst.jsf.core.tests.tagmatcher;x-internal:=true, |
| 45 | org.eclipse.jst.jsf.core.tests.types;x-internal:=true, |
| 46 | org.eclipse.jst.jsf.core.tests.util;x-friends:="org.eclipse.jst.jsf.contentassist.tests,org.eclipse.jst.jsf.designtime.tests,org.eclipse.jst.jsf.validation.el.tests,org.eclipse.jst.jsf.ui.tests" |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 47 | Plugin-Class: org.eclipse.jst.jsf.core.tests.TestsPlugin |
cbateman | 86acfd5 | 2007-04-10 18:58:59 +0000 | [diff] [blame] | 48 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |