Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2206c3438c21231ad2e72f47e506c2658c8cf7d3 (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
26
27
28
29
30
31
32
33
34
35
36
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.transaction,
 org.eclipse.uml2.uml,
 org.eclipse.pde.core,
 org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.1.0",
 org.eclipse.papyrus.uml.tools.utils;bundle-version="1.1.0",
 org.eclipse.papyrus.adl4eclipse.profile;bundle-version="1.1.0",
 org.eclipse.papyrus.osgi.profile;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.core.log,
 org.eclipse.core.resources,
 org.eclipse.papyrus.adl4eclipsetool,
 org.eclipse.equinox.registry,
 org.eclipse.emf.common
Export-Package: org.eclipse.papyrus.adltool,
 org.eclipse.papyrus.adltool.command,
 org.eclipse.papyrus.adltool.designer,
 org.eclipse.papyrus.adltool.reversible,
 org.eclipse.papyrus.adltool.reversible.factory,
 org.eclipse.papyrus.adltool.reversible.project
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.adltool.Activator
Bundle-ManifestVersion: 2
Bundle-Description: The purpose of this plugin is to model the archite
 cture of eclipse-plugin into UML by using OSGI and ADL4Eclipse profil
 e. More details can be found in the docs directory.
Bundle-SymbolicName: org.eclipse.papyrus.adl4eclipsetool;singleton:=tr
 ue
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.eclipse.papyrus.adltool.reversible

Back to the top