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



                                                        
                                
                          
                                               
                                                 
                          
                                
                                    

                                    
                                  

                               
                                                                              
                                                                  

                                                                   
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tasks Index Tests
Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.tests
Bundle-Version: 3.13.0.qualifier
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.8.2",
 org.eclipse.core.runtime,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.sdk.util,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.index.core,
 org.eclipse.mylyn.tasks.index.ui,
 org.eclipse.mylyn.tasks.tests,
 org.eclipse.jface
Export-Package: org.eclipse.mylyn.internal.tasks.index.tests;x-internal:=true,
 org.eclipse.mylyn.internal.tasks.index.tests.ui;x-internal:=true,
 org.eclipse.mylyn.internal.tasks.index.tests.util;x-internal:=true

Back to the top