mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: org.processing.editor
|
|
Bundle-SymbolicName: org.processing.editor;singleton:=true
|
|
Bundle-Version: 0.0.3
|
|
Bundle-Activator: org.processing.editor.ProcessingEditorPlugin
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.ui,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.ui.editors
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Import-Package: org.eclipse.ui.views.contentoutline
|