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



                                                                     
                                







                                                 

                              
                                                                             

                                    
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Tasks Framework Tests
Bundle-SymbolicName: org.eclipse.mylyn.tasks.ui.tests;singleton:=true
Bundle-Version: 3.13.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.tasks.ui
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,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.tests
Export-Package: org.eclipse.mylyn.internal.tasks.ui.editors;x-internal:=true,
 org.eclipse.mylyn.tasks.ui.editors,
 org.eclipse.mylyn.tasks.ui.wizards

Back to the top