You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
753 B
19 lines
753 B
6 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %pluginName
|
||
|
Bundle-SymbolicName: fr.irit.fiacre.xtext.editor;singleton:=true
|
||
|
Bundle-Version: 1.0.0.qualifier
|
||
|
Bundle-ClassPath: .
|
||
|
Bundle-Activator: fr.irit.fiacre.xtext.fiacre.presentation.FiacreEditorPlugin$Implementation
|
||
|
Bundle-Vendor: %providerName
|
||
|
Bundle-Localization: plugin
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||
|
Export-Package: fr.irit.fiacre.xtext.fiacre.presentation
|
||
|
Require-Bundle: org.eclipse.core.runtime,
|
||
|
org.eclipse.core.resources;visibility:=reexport,
|
||
|
fr.irit.fiacre.xtext.edit;visibility:=reexport,
|
||
|
org.eclipse.emf.ecore.xmi;visibility:=reexport,
|
||
|
org.eclipse.emf.edit.ui;visibility:=reexport,
|
||
|
org.eclipse.ui.ide;visibility:=reexport
|
||
|
Bundle-ActivationPolicy: lazy
|