Skip to content
Snippets Groups Projects
MANIFEST.MF 1.68 KiB
Newer Older
  • Learn to ignore specific revisions
  • Florian Hölzl's avatar
    Florian Hölzl committed
    Manifest-Version: 1.0
    Bundle-ManifestVersion: 2
    
    Vincent Aravantinos's avatar
    Vincent Aravantinos committed
    Bundle-Name: %pluginName
    
    Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
    
    Vincent Aravantinos's avatar
    Vincent Aravantinos committed
    Bundle-Version: 2.8.0.qualifier
    
    Vincent Aravantinos's avatar
    Vincent Aravantinos committed
    Bundle-ClassPath: .
    
    Florian Hölzl's avatar
    Florian Hölzl committed
    Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
    
    Vincent Aravantinos's avatar
    Vincent Aravantinos committed
    Bundle-Vendor: %providerName
    Bundle-Localization: plugin
    
    Vincent Aravantinos's avatar
    Vincent Aravantinos committed
    Require-Bundle: org.fortiss.tooling.common;visibility:=reexport;bundle-version="2.8.0",
    
    Vincent Aravantinos's avatar
    Vincent Aravantinos committed
     org.eclipse.core.runtime,
    
    Vincent Aravantinos's avatar
    Vincent Aravantinos committed
     org.eclipse.emf.ecore;visibility:=reexport;bundle-version="2.7.0",
    
    Vincent Aravantinos's avatar
    Vincent Aravantinos committed
     org.eclipse.emf.transaction;visibility:=reexport;bundle-version="1.4.0",
    
    Vincent Aravantinos's avatar
    Vincent Aravantinos committed
     org.eclipse.emf.ecore.xmi;visibility:=reexport;bundle-version="2.7.0"
    
    Florian Hölzl's avatar
    Florian Hölzl committed
    Bundle-RequiredExecutionEnvironment: JavaSE-1.6
    Bundle-ActivationPolicy: lazy
    
    Export-Package: org.fortiss.tooling.kernel;uses:="org.eclipse.core.runtime,org.osgi.framework",
    
     org.fortiss.tooling.kernel.extension,
    
     org.fortiss.tooling.kernel.extension.base,
    
     org.fortiss.tooling.kernel.extension.data,
    
     org.fortiss.tooling.kernel.extension.exception,
    
     org.fortiss.tooling.kernel.model;uses:="org.eclipse.emf.ecore",
     org.fortiss.tooling.kernel.model.impl;uses:="org.fortiss.tooling.kernel.model",
     org.fortiss.tooling.kernel.model.util;
      uses:="org.eclipse.emf.ecore,
       org.fortiss.tooling.kernel.model,
       org.eclipse.emf.common.notify.impl,
       org.eclipse.emf.common.notify",
     org.fortiss.tooling.kernel.service;
      uses:="org.eclipse.core.runtime,
       org.eclipse.emf.ecore,
       org.fortiss.tooling.kernel.interfaces,
       org.conqat.lib.commons.collections",
    
     org.fortiss.tooling.kernel.service.base,
    
     org.fortiss.tooling.kernel.service.listener,
    
     org.fortiss.tooling.kernel.utils;uses:="org.eclipse.emf.ecore,org.eclipse.core.resources"