Skip to main content
summaryrefslogtreecommitdiffstats
blob: c01357218d1624d9e1324ba393e16e2a8bb51ae0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Test Utilities
Bundle-SymbolicName: org.eclipse.mylyn.tests.util
Bundle-Version: 0.0.0
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.junit,
 org.eclipse.ui,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.net,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.ui
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.tests.util;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top