Skip to main content
summaryrefslogtreecommitdiffstats
blob: 35c1dd0c37755c274b47944a37f38d04a9c6b8c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.modisco.jee.webapp.discoverer.ui;singleton:=true
Bundle-Version: 0.12.0.qualifier
Bundle-Activator: org.eclipse.modisco.jee.webapp.discoverer.ui.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.modisco.infra.discovery.ui;bundle-version="0.9.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy

Back to the top