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



                                                               
                               


                            
                                             
                        
                                           
                                        

                                          
                                
                                            
                                     

                                         
                                                                       
                                                       
                            
                            
                                                   

                                                  
                             
                                                 
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.m2m.atl.emftvm;singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
DynamicImport-Package: *
Export-Package: org.eclipse.m2m.atl.emftvm,
 org.eclipse.m2m.atl.emftvm.constraints,
 org.eclipse.m2m.atl.emftvm.impl,
 org.eclipse.m2m.atl.emftvm.impl.resource,
 org.eclipse.m2m.atl.emftvm.jit,
 org.eclipse.m2m.atl.emftvm.launcher.compat,
 org.eclipse.m2m.atl.emftvm.profiler,
 org.eclipse.m2m.atl.emftvm.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore.xmi;bundle-version="2.4.0";visibility:=reexport,
 org.eclipse.m2m.atl.emftvm.trace;visibility:=reexport,
 org.eclipse.m2m.atl.common,
 org.eclipse.core.resources,
 org.eclipse.emf.validation;bundle-version="1.4.0",
 org.objectweb.asm;bundle-version="[5.0.1,6.0.0)",
 org.eclipse.m2m.atl.core.emf;visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.m2m.atl.emftvm

Back to the top