Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 399aa995227d1c2c85b2ba3c234276a9ea20cd2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName
Bundle-SymbolicName: org.eclipse.net4j.db.derby;singleton:=true
Bundle-Version: 0.8.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.net4j.db;bundle-version="0.8.0"
Require-Bundle: org.eclipse.core.runtime
Bundle-ClassPath: .,
 lib/derby.jar

Back to the top