Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0b1df68e9484a4310a1030ca59be9cf548b57d3f (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EEF Runtime dedicated for tests
Bundle-SymbolicName: org.eclipse.emf.eef.runtime.tests;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Vendor: Eclipse Modeling Project
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Eclipse-RegisterBuddy: org.eclipse.swtbot.swt.finder
Require-Bundle: org.eclipse.swtbot.eclipse.finder;visibility:=reexport,
 org.eclipse.swtbot.swt.finder;visibility:=reexport,
 org.eclipse.ui,
 org.eclipse.emf.ecore,
 org.eclipse.core.resources;visibility:=reexport,
 org.eclipse.core.runtime,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.emf.eef.runtime,
 org.eclipse.emf.compare.match;visibility:=reexport,
 org.eclipse.emf.compare.diff,
 org.junit4,
 org.eclipse.emf.ecore.editor,
 org.apache.log4j
Export-Package: org.eclipse.emf.eef.runtime.tests,
 org.eclipse.emf.eef.runtime.tests.exceptions,
 org.eclipse.emf.eef.runtime.tests.swtbot.finder,
 org.eclipse.emf.eef.runtime.tests.swtbot.utils,
 org.eclipse.emf.eef.runtime.tests.ui.editors,
 org.eclipse.emf.eef.runtime.tests.ui.properties.section,
 org.eclipse.emf.eef.runtime.tests.utils

Back to the top