Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1485427a07c5f8d3695f0a570cb401bab429b7e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Require-Bundle: org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
 org.eclipse.ui.navigator,
 org.eclipse.team.ui,
 org.eclipse.ui.navigator.resources,
 org.eclipse.papyrus.infra.ui.resources;bundle-version="0.9.0"
Export-Package: org.eclipse.papyrus.infra.onefile.model,
 org.eclipse.papyrus.infra.onefile.utils
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.9.0.qualifier
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.onefile.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.onefile;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top