Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9918f4c5ffd4196779503ab6b990b34674ce406a (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Manifest-Version: 1.0
Require-Bundle: org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.1.0",
 org.eclipse.core.runtime,
 org.eclipse.emf.ecore,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.uml2.uml.profile.standard;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
 org.eclipse.uml2.types;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.uml2.uml;bundle-version="[5.0.0,6.0.0)"
Export-Package: org.eclipse.papyrus.sysml,
 org.eclipse.papyrus.sysml.activities,
 org.eclipse.papyrus.sysml.activities.internal.impl,
 org.eclipse.papyrus.sysml.activities.util,
 org.eclipse.papyrus.sysml.allocations,
 org.eclipse.papyrus.sysml.allocations.internal.impl,
 org.eclipse.papyrus.sysml.allocations.util,
 org.eclipse.papyrus.sysml.blocks,
 org.eclipse.papyrus.sysml.blocks.internal.impl,
 org.eclipse.papyrus.sysml.blocks.util,
 org.eclipse.papyrus.sysml.constraints,
 org.eclipse.papyrus.sysml.constraints.internal.impl,
 org.eclipse.papyrus.sysml.constraints.util,
 org.eclipse.papyrus.sysml.interactions,
 org.eclipse.papyrus.sysml.interactions.internal.impl,
 org.eclipse.papyrus.sysml.interactions.util,
 org.eclipse.papyrus.sysml.internal.impl,
 org.eclipse.papyrus.sysml.modelelements,
 org.eclipse.papyrus.sysml.modelelements.internal.impl,
 org.eclipse.papyrus.sysml.modelelements.util,
 org.eclipse.papyrus.sysml.portandflows,
 org.eclipse.papyrus.sysml.portandflows.internal.impl,
 org.eclipse.papyrus.sysml.portandflows.util,
 org.eclipse.papyrus.sysml.requirements,
 org.eclipse.papyrus.sysml.requirements.internal.impl,
 org.eclipse.papyrus.sysml.requirements.util,
 org.eclipse.papyrus.sysml.statemachines,
 org.eclipse.papyrus.sysml.statemachines.internal.impl,
 org.eclipse.papyrus.sysml.statemachines.util,
 org.eclipse.papyrus.sysml.usecases,
 org.eclipse.papyrus.sysml.usecases.internal.impl,
 org.eclipse.papyrus.sysml.usecases.util,
 org.eclipse.papyrus.sysml.util
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.1.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.sysml;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top