Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 85484b54adf408297d298dd61e079673d4d51daf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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",
 org.eclipse.equinox.p2.metadata.repository;bundle-version="1.2.100",
 org.eclipse.equinox.p2.repository;bundle-version="2.3.0"

Back to the top