Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3a5873ea446e8f51932aca97a2458fa7c81e21bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.2.0.qualifier
Bundle-Name: Utils
Bundle-Activator: org.eclipse.papyrus.facade.utils.FacadeUtilsActivator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.facade.utils
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top