Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8db74af63f4c730cb4e8e19f50e58ea07248a4ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.linuxtools.rpm.core.tests;singleton:=true
Bundle-Version: 0.4.3.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.linuxtools.rpm.core,
 org.eclipse.core.resources,
 org.junit
Export-Package: org.eclipse.linuxtools.rpm.core.tests

Back to the top