Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dd1344b7de9b862f1a3ce486ed8bec9cda5c0535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.notation.export;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.papyrus.notation.export.Activator
Require-Bundle: org.eclipse.ui.ide;bundle-version="3.9.2",
 org.eclipse.emf.common.ui;bundle-version="2.8.0",
 org.eclipse.gmf.runtime.diagram.ui.render;bundle-version="1.7.0",
 org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.7.0",
 org.eclipse.papyrus.infra.onefile;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0",
 org.eclipse.m2m.qvt.oml;bundle-version="3.3.0",
 org.eclipse.papyrus.umldi;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.core;bundle-version="1.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName

Back to the top