55 lines
1.4 KiB
Plaintext
55 lines
1.4 KiB
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: TypinferenzPlugin
|
|
Bundle-SymbolicName: TypinferenzPlugin;singleton:=true
|
|
Bundle-Version: 0.1.0.qualifier
|
|
Bundle-Vendor: de.dhbwstuttgart
|
|
Bundle-Activator: typinferenzplugin.Activator
|
|
Require-Bundle: org.eclipse.swt,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.ui.editors,
|
|
org.eclipse.ui.workbench,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.jdt.ui,
|
|
org.eclipse.osgi,
|
|
org.eclipse.jface,
|
|
org.eclipse.e4.ui.services,
|
|
org.eclipse.e4.core.services,
|
|
org.eclipse.e4.ui.workbench,
|
|
org.eclipse.e4.ui.di,
|
|
org.eclipse.e4.core.di.annotations,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.ui.views,
|
|
org.eclipse.ui,
|
|
org.eclipse.core.expressions
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-ClassPath: .,
|
|
lib/animal-sniffer-annotations.jar,
|
|
lib/antlr4.jar,
|
|
lib/antlr4-runtime.jar,
|
|
lib/antlr-runtime.jar,
|
|
lib/asm.jar,
|
|
lib/bcel.jar,
|
|
lib/checker-qual.jar,
|
|
lib/commons-io.jar,
|
|
lib/commons-collections4.jar,
|
|
lib/error_prone_annotations.jar,
|
|
lib/failureaccess.jar,
|
|
lib/guava.jar,
|
|
lib/icu4j.jar,
|
|
lib/j2objc-annotations.jar,
|
|
lib/javassist.jar,
|
|
lib/JavaTXcompiler.jar,
|
|
lib/javax.json.jar,
|
|
lib/jsr305.jar,
|
|
lib/listenablefuture.jar,
|
|
lib/org.abego.treelayout.core.jar,
|
|
lib/reflections.jar,
|
|
lib/ST4.jar,
|
|
target/classes,
|
|
typinferenzplugin
|
|
Import-Package: javax.annotation;version="1.2.0",
|
|
javax.inject;version="1.0.0"
|
|
Automatic-Module-Name: TypinferenzPlugin
|