Skip to main content
summaryrefslogtreecommitdiffstats
blob: eb01aca9acb326b070646bd76f0cd2da9412f1f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.db.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.jpt.db.tests.internal.JptDbTestsPlugin
Bundle-Localization: plugin
Eclipse-LazyStart: false
Require-Bundle: org.eclipse.core.runtime,
 org.junit,
 org.eclipse.datatools.connectivity,
 org.eclipse.datatools.connectivity.db.generic,
 org.eclipse.jpt.utility,
 org.eclipse.jpt.db
Export-Package: org.eclipse.jpt.db.tests.internal.platforms

Back to the top