Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1fa88a1340d6efffccabd9fa1776019e95ceac90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.equinox.p2.tests.sharedinstall
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.equinox.p2.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.equinox.p2.tests;bundle-version="1.5.0",
 org.eclipse.core.runtime;bundle-version="3.8.0",
 org.eclipse.equinox.security;bundle-version="1.1.100",
 org.junit4;bundle-version="4.8.1",
 org.eclipse.equinox.p2.metadata;bundle-version="2.1.100"

Back to the top