Skip to main content
summaryrefslogblamecommitdiffstats
blob: e7c88773fcf44c0326d3e5b2981e611047e60c42 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



                                                 
                               






                                           
                                 

                              


                                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Test Utilities
Bundle-SymbolicName: org.eclipse.mylyn.tests.util
Bundle-Version: 3.7.0.qualifier
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.commons.tests,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.ui
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.tests.util;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top