blob: f67833fdea5d83154786bbca2b9508c412bd1459 [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,
30 org.eclipse.jst.jsp.core
31Eclipse-AutoStart: true
32Export-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
36Plugin-Class: org.eclipse.jst.jsf.core.tests.TestsPlugin