Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0c5783a01cb85acf7d9b8cc55cd85f999dbc47a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.facade.utils,
 org.eclipse.papyrus.facade.utils.wrappinglist,
 org.eclipse.papyrus.facade.utils.wrappinglist.subset
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;bundle-version="2.9.0",
 org.eclipse.uml2.uml;bundle-version="4.1.0",
 org.eclipse.emf.common
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.1.qualifier
Bundle-Name: Utils
Bundle-Activator: org.eclipse.papyrus.facade.utils.FacadeUtilsActivato
 r
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.facade.utils
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top