mirror of https://github.com/Minres/RDL-Editor.git
26 lines
871 B
Plaintext
26 lines
871 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: com.minres.rdl.ui
|
|
Bundle-Vendor: My Company
|
|
Bundle-Version: 1.1.1.qualifier
|
|
Bundle-SymbolicName: com.minres.rdl.ui; singleton:=true
|
|
Bundle-ActivationPolicy: lazy
|
|
Require-Bundle: com.minres.rdl,
|
|
com.minres.rdl.ide,
|
|
org.eclipse.xtext.ui,
|
|
org.eclipse.xtext.ui.shared,
|
|
org.eclipse.xtext.ui.codetemplates.ui,
|
|
org.eclipse.ui.editors;bundle-version="3.5.0",
|
|
org.eclipse.ui.ide;bundle-version="3.5.0",
|
|
org.eclipse.ui,
|
|
org.eclipse.compare,
|
|
org.eclipse.xtext.builder,
|
|
org.eclipse.xtend.lib;resolution:=optional,
|
|
org.eclipse.xtext.xbase.lib;bundle-version="2.13.0"
|
|
Import-Package: org.apache.log4j
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Export-Package: com.minres.rdl.ui.internal,
|
|
com.minres.rdl.ui.quickfix,
|
|
com.minres.rdl.ui.contentassist
|
|
Bundle-Activator: com.minres.rdl.ui.internal.RdlActivator
|