Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9f9b0b91fc0de6fef7a5f37145fe595955f7c247 (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: 1.0.0.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