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



                                     
                                 


                            

                                                              
                                   

                                                                   


                        
                                                          
                                                          
                                               


                  
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.text
Bundle-Version: 3.6.300.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: 
 org.eclipse.jface.text; text="split"; mandatory:="text",
 org.eclipse.jface.text.link; text="split"; mandatory:="text",
 org.eclipse.jface.text.projection,
 org.eclipse.jface.text.source; text="split"; mandatory:="text",
 org.eclipse.jface.text.templates; text="split"; mandatory:="text",
 org.eclipse.text.edits,
 org.eclipse.text.undo
Require-Bundle: 
 org.eclipse.core.commands;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: 
 com.ibm.icu.text,
 com.ibm.icu.util

Back to the top