Skip to content
Snippets Groups Projects
MANIFEST.MF 2.35 KiB
Newer Older
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Commons
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-SymbolicName: org.fortiss.tooling.common;singleton:=true
Bundle-Version: 2.9.0.qualifier
Florian Hölzl's avatar
Florian Hölzl committed
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
Dongyue Mou's avatar
Dongyue Mou committed
 com.ibm.icu;bundle-version="4.4.2";visibility:=reexport,
 org.junit;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: lib/org.conqat.ide.commons.jar,
Daniel Ratiu's avatar
Daniel Ratiu committed
 lib/commons-lang-2.6.jar,
Sergey Zverlov's avatar
Sergey Zverlov committed
 lib/commons-io-2.4.jar,
 lib/opencsv-2.3.jar
Export-Package: au.com.bytecode.opencsv,
 au.com.bytecode.opencsv.bean,
 org.apache.commons.io,
Daniel Ratiu's avatar
Daniel Ratiu committed
 org.apache.commons.io.comparator,
 org.apache.commons.io.filefilter,
 org.apache.commons.io.input,
 org.apache.commons.io.monitor,
 org.apache.commons.io.output,
 org.apache.commons.lang,
 org.apache.commons.lang.builder,
 org.apache.commons.lang.enums,
 org.apache.commons.lang.exception,
 org.apache.commons.lang.math,
 org.apache.commons.lang.mutable,
 org.apache.commons.lang.reflect,
 org.apache.commons.lang.text,
 org.apache.commons.lang.time,
 org.conqat.lib.commons.algo,
 org.conqat.lib.commons.assertion,
 org.conqat.lib.commons.assessment,
 org.conqat.lib.commons.assessment.partition,
 org.conqat.lib.commons.cache,
 org.conqat.lib.commons.cache4j,
 org.conqat.lib.commons.cache4j.backend,
 org.conqat.lib.commons.clone,
 org.conqat.lib.commons.collections,
 org.conqat.lib.commons.color,
 org.conqat.lib.commons.concurrent,
 org.conqat.lib.commons.constraint,
 org.conqat.lib.commons.date,
 org.conqat.lib.commons.digest,
 org.conqat.lib.commons.enums,
 org.conqat.lib.commons.equals,
 org.conqat.lib.commons.error,
 org.conqat.lib.commons.factory,
 org.conqat.lib.commons.filesystem,
 org.conqat.lib.commons.graph,
 org.conqat.lib.commons.html,
 org.conqat.lib.commons.image,
 org.conqat.lib.commons.io,
 org.conqat.lib.commons.logging,
 org.conqat.lib.commons.math,
 org.conqat.lib.commons.net,
 org.conqat.lib.commons.options,
 org.conqat.lib.commons.predicate,
 org.conqat.lib.commons.reflect,
 org.conqat.lib.commons.region,
 org.conqat.lib.commons.string,
 org.conqat.lib.commons.system,
 org.conqat.lib.commons.tree,
 org.conqat.lib.commons.treemap,
 org.conqat.lib.commons.version,
 org.conqat.lib.commons.visitor,
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-Vendor: fortiss GmbH
Bundle-Activator: org.fortiss.tooling.common.TK2CommonActivator