Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f9b9f7bedca58263f693bc36ff058bf5af902ae5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources;bundle-version="3.8.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.2"
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.2.qualifier
Bundle-Name: %Bundle-Name
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.migration.properties.model.Activator
Bundle-SymbolicName: org.eclipse.papyrus.migration.properties.model;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top