Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f39e39761a7a925e8868763adaa856e2a5ad20bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.diagramqueryresult;singleton:=true
Bundle-Version: 0.7.0
Bundle-Activator: org.eclipse.papyrus.diagramqueryresult.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.uml2.uml;bundle-version="3.1.0",
 org.eclipse.papyrus.core;bundle-version="0.7.0",
 org.eclipse.papyrus.editor;bundle-version="0.7.0",
 org.eclipse.papyrus.core.adaptor.gmf;bundle-version="0.7.0",
 org.eclipse.gmt.modisco.infra.query.ui;bundle-version="0.8.0",
 org.eclipse.gmt.modisco.infra.query;bundle-version="0.8.0",
 org.eclipse.papyrus.diagram.clazz;bundle-version="0.7.0",
 org.eclipse.papyrus.diagram.common;bundle-version="0.7.0",
 org.eclipse.gmf.runtime.diagram.ui.resources.editor;bundle-version="1.4.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName

Back to the top