Skip to main content
summaryrefslogtreecommitdiffstats
blob: 81f3e420729b80ea822dea8aea70530e7214335a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui.ide;bundle-version="3.8.0",
 org.junit;bundle-version="4.10.0"
Export-Package: org.eclipse.papyrus.search.tests.suites
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.2.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.search.tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top