Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a2e10541bc63d43ef44975db9a356cb5febe7637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jst.jsf.standard.tagsupport;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Localization: plugin
Bundle-Activator: org.eclipse.jst.jsf.standard.tagsupport.StandardTagSupportPlugin
Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.jst.jsf.common;bundle-version="[1.0.0,1.1.0)",
 org.eclipse.emf.ecore.xmi;bundle-version="[2.2.0,2.4.0)"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.jst.jsf.standard.tagsupport;x-internal:=true
Bundle-Vendor: %pluginProvider

Back to the top