Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 82a2690a08529b13e71edc5f096cf5049fc43b80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.facet.infra.common.core,
 org.eclipse.emf.facet.infra.query.core,
 org.eclipse.papyrus.uml.diagram.icons;bundle-version="1.0.0",
 org.eclipse.uml2.uml;bundle-version="3.1.100"
Bundle-Vendor: %pluginProvider
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
 bin
Bundle-Version: 1.0.0.qualifier
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.modelexplorer.recipetest.Act
 ivator
Bundle-SymbolicName: org.eclipse.papyrus.uml.modelexplorer.recipetest;
 singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top