Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 56bd59c783a50dd6f6a2774a4426f8761a454f23 (plain) (tree)
1
2
3
4
5
6
7
8
9

                         
                         
                                                          
                                 
                             


                                                
                                                                
                                            
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tips.core;singleton:=true
Bundle-Version: 0.1.300.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.tips.core,
 org.eclipse.tips.core.internal;x-internal:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0"
Automatic-Module-Name: org.eclipse.tips.core

Back to the top