Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 45c65c01eaced2cb34432f2ebcdecc697461ba2e (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.vex.core.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.vex.core.tests.VEXCoreTestPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.apache.xerces;bundle-version="2.9.0",
 org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.vex.core;bundle-version="[1.0.0,2.0.0)",
 org.junit;bundle-version="3.8.1",
 org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
 org.w3c.css.sac;bundle-version="[1.3.0,2.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.4.1,3.0.0)",
 org.eclipse.emf.ecore.xmi;bundle-version="[2.4.1,3.0.0)",
 org.eclipse.wst.xml.core;bundle-version="[1.1.0,2.0.0)",
 org.eclipse.wst.sse.core;bundle-version="[1.1.0,2.0.0)",
 org.eclipse.wst.common.uriresolver;bundle-version="[1.1.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.vex.core.internal.css;x-internal:=true,
 org.eclipse.vex.core.internal.dom;x-internal:=true,
 org.eclipse.vex.core.internal.layout;x-internal:=true,
 org.eclipse.vex.core.internal.widget;x-internal:=true,
 org.eclipse.vex.core.tests
Bundle-Localization: plugin
Bundle-ClassPath: .

Back to the top