Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3b422438c00f0fd7f895468ad08ea22711b995dd (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
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.qompass.modellibs.core,
 org.eclipse.papyrus.qompass.modellibs.core.xtend
Require-Bundle: org.eclipse.ui,
 org.eclipse.ui.ide;bundle-version="3.8.0",
 org.eclipse.core.runtime,
 org.eclipse.papyrus.fcm.profile;bundle-version="1.1.0",
 org.eclipse.papyrus.qompass.designer.core;bundle-version="1.1.0",
 org.eclipse.papyrus.qompass.designer.vsl;bundle-version="1.1.0",
 org.eclipse.uml2.uml;bundle-version="4.0.0",
 org.eclipse.papyrus.uml.tools.utils;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0",
 org.eclipse.core.resources,
 org.eclipse.papyrus.cpp.profile;bundle-version="1.1.0",
 org.eclipse.papyrus.uml.diagram.wizards;bundle-version="1.1.0",
 com.google.guava;bundle-version="11.0.0",
 org.eclipse.xtext.xbase.lib,
 org.eclipse.xtend.lib,
 org.eclipse.xtend.lib.macro
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.qompass.modellibs.core.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.qompass.modellibs.core;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top