Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1adf5f038b61c0b28009dee5c45a7611a05375de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.diagram.clazz.test
Bundle-Version: 0.9.0.qualifier
Bundle-Activator: org.eclipse.papyrus.diagram.clazz.test.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit4;bundle-version="4.5.0",
 org.eclipse.papyrus.core;bundle-version="0.8.0",
 org.eclipse.papyrus.core.adaptor.gmf;bundle-version="0.8.0",
 org.eclipse.papyrus.editor;bundle-version="0.8.0",
 org.eclipse.papyrus.diagram.clazz;bundle-version="0.8.0",
 org.eclipse.gmf.runtime.diagram.ui.resources.editor;bundle-version="1.2.0",
 org.eclipse.papyrus.diagram.common;bundle-version="0.8.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Export-Package: org.eclipse.papyrus.diagram.clazz.test,
 org.eclipse.papyrus.diagram.clazz.test.canonical,
 org.eclipse.papyrus.diagram.clazz.test.load

Back to the top