blob: dcf0f29c7ddb0ad42f4d1c5cc62401c7a31aa982 [file] [log] [blame]
justinchen488258a2006-04-27 23:47:21 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: org.eclipse.jst.jsf.core.tests Plug-in
4Bundle-SymbolicName: org.eclipse.jst.jsf.core.tests; singleton:=true
5Bundle-Version: 0.5.0
6Bundle-Activator: org.eclipse.jst.jsf.core.tests.TestsPlugin
7Bundle-Vendor: Oracle
8Bundle-Localization: plugin
9Bundle-ClassPath: jsfcoretests.jar
10Require-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,
cbateman880ffd92006-07-20 20:02:42 +000030 org.eclipse.jst.jsp.core,
cbateman919c34d2006-11-28 20:23:29 +000031 org.eclipse.jst.jsf.test.util,
cbatemanc3aa5092006-12-21 21:58:12 +000032 org.eclipse.jst.jsf.common,
cbateman419bd332007-02-28 21:43:48 +000033 org.eclipse.wst.validation,
34 org.eclipse.wst.sse.core
cbateman880ffd92006-07-20 20:02:42 +000035Eclipse-LazyStart: true
justinchen488258a2006-04-27 23:47:21 +000036Export-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
40Plugin-Class: org.eclipse.jst.jsf.core.tests.TestsPlugin
cbateman86acfd52007-04-10 18:58:59 +000041Bundle-RequiredExecutionEnvironment: J2SE-1.5