Skip to content
Snippets Groups Projects
MANIFEST.MF 1.9 KiB
Newer Older
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
Johannes Eder's avatar
Johannes Eder committed
Bundle-Version: 2.20.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
Johannes Eder's avatar
Johannes Eder committed
Require-Bundle: org.fortiss.tooling.common;visibility:=reexport;bundle-version="2.20.0",
Vincent Aravantinos's avatar
Vincent Aravantinos committed
 org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport;bundle-version="2.7.0",
 org.eclipse.emf.transaction;visibility:=reexport;bundle-version="1.4.0",
 org.eclipse.emf.ecore.xmi;visibility:=reexport;bundle-version="2.7.0"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Florian Hölzl's avatar
Florian Hölzl committed
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.introspection,
 org.fortiss.tooling.kernel.introspection.items,
 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.service.types,
 org.fortiss.tooling.kernel.utils;uses:="org.eclipse.emf.ecore,
   org.eclipse.core.resources"
Automatic-Module-Name: org.fortiss.tooling.kernel
Import-Package: com.google.common.collect