Skip to main content
summaryrefslogtreecommitdiffstats
blob: 13990f0060eb07ae9b7dcc94de37806f53fbde13 (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: Mylyn Trac Tests
Bundle-SymbolicName: org.eclipse.mylyn.trac.core.tests;singleton:=true
Bundle-Version: 3.12.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.trac.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.8.2",
 org.mockito;bundle-version="[1.8.4,2.0.0)",
 org.objenesis;bundle-version="[1.0.0,2.0.0)",
 org.hamcrest;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.equinox.security
Export-Package: org.eclipse.mylyn.internal.trac.core.client;x-internal:=true

Back to the top