Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 88c0442c0907ce9ebf386a2f0653b8f54beb856a (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
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.editor.welcome.tests
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.papyrus.infra.editor.welcome;visibility:=reexport,
 org.eclipse.uml2.types;visibility:=reexport,
 org.eclipse.emf.ecore.xmi;bundle-version="2.8.0";visibility:=reexport,
 org.junit;bundle-version="4.12.0";visibility:=reexport,
 org.eclipse.uml2.uml;bundle-version="5.0.0",
 org.eclipse.papyrus.junit.framework;bundle-version="1.2.0",
 org.eclipse.papyrus.junit.utils;bundle-version="1.2.0",
 org.eclipse.papyrus.infra.core;bundle-version="1.2.0",
 org.eclipse.papyrus.infra.tools;bundle-version="1.2.0",
 org.eclipse.papyrus.views.properties;bundle-version="1.2.0",
 org.eclipse.papyrus.views.properties.model;bundle-version="1.2.0",
 org.eclipse.core.databinding;bundle-version="1.6.0",
 org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.8.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-Version: 1.2.0.qualifier
Bundle-ClassPath: .
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.editor.welcome.tests;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top