Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5bace7fc5ed1b4a74dbab85f0c25e51aadadf832 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.core.serviceregistry,
 org.eclipse.papyrus.infra.core.serviceregistry.servicedescriptors,
 org.eclipse.papyrus.infra.core.serviceregistry.servicedescriptors.impl,
 org.eclipse.papyrus.infra.core.serviceregistry.servicedescriptors.util,
 org.eclipse.papyrus.infra.core.serviceregistry.servicedescriptorswithid,
 org.eclipse.papyrus.infra.core.serviceregistry.servicedescriptorswithid.impl,
 org.eclipse.papyrus.infra.core.serviceregistry.servicedescriptorswithid.util
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
 org.eclipse.ui.ide;bundle-version="3.8.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0",
 org.junit,
 org.eclipse.emf.common,
 org.eclipse.emf.ecore
Bundle-Vendor: %providerName
Bundle-Version: 1.0.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.infra.core.serviceregistry.Activ
 ator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.core.serviceregistry;si
 ngleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top