Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0a693b212bb0541cab28f56e7b1dcc18253b1462 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tasks Index Tests
Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.tests
Bundle-Version: 3.7.0.qualifier
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.index.core,
 org.junit;bundle-version="4.5.0",
 org.eclipse.mylyn.tasks.tests
Export-Package: org.eclipse.mylyn.internal.tasks.index.tests;x-internal:=true,
 org.eclipse.mylyn.internal.tasks.index.tests.util;x-internal:=true

Back to the top