Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0af13414aa276426261241cac75f694c92c6ad40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.papyrus.req.sysml.assistant;singleton:=true
Bundle-Version: 0.7.0.qualifier
Bundle-Activator: org.eclipse.papyrus.req.sysml.assistant.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.6.0",
 org.eclipse.uml2.uml;bundle-version="4.0.0",
 org.eclipse.papyrus.req.sysml.preferences;bundle-version="0.1.0",
 org.eclipse.papyrus.infra.services.labelprovider;bundle-version="0.10.0";resolution:=optional,
 org.eclipse.papyrus.infra.emf;bundle-version="0.10.0";resolution:=optional,
 org.eclipse.papyrus.uml.tools;bundle-version="0.9.1";resolution:=optional,
 org.eclipse.papyrus.infra.widgets;bundle-version="0.9.1";resolution:=optional,
 org.eclipse.papyrus.infra.core;bundle-version="0.9.0";resolution:=optional,
 org.eclipse.papyrus.editor;bundle-version="0.9.0";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.req.sysml.assistant
Bundle-Localization: bundle

Back to the top