blob: 3dcb48098e4cbb7889b66acf94a5550614e70bdd [file] [log] [blame]
gkesslerf3e1ae62006-05-03 21:47:05 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: org.eclipse.jst.jsf.metadata.tests Plug-in
4Bundle-SymbolicName: org.eclipse.jst.jsf.metadata.tests; singleton:=true
justinchen79feb5c2006-06-16 00:27:20 +00005Bundle-Version: 0.5.0
gkesslerf3e1ae62006-05-03 21:47:05 +00006Bundle-Activator: org.eclipse.jst.jsf.metadata.tests.Activator
7Bundle-Localization: plugin
8Bundle-ClassPath: jsfmetadatatests.jar
9Require-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,
gkesslerf3e1ae62006-05-03 21:47:05 +000020 org.eclipse.jst.jsf.taglibprocessing,
21 org.eclipse.wst.common.project.facet.core,
22 org.eclipse.wst.common.modulecore,
23 org.eclipse.jst.j2ee.web,
gkesslerf3e1ae62006-05-03 21:47:05 +000024 org.eclipse.wst.sse.core,
cbateman14e9cc82006-11-20 21:25:12 +000025 org.eclipse.jdt.core,
26 org.eclipse.jst.jsf.common
gkesslerf3e1ae62006-05-03 21:47:05 +000027Eclipse-LazyStart: true
28Export-Package: org.eclipse.jst.jsf.metadata.tests
29Plugin-Class: org.eclipse.jst.jsf.metadata.tests.Activator