Blame view

fr.femtost.disc.eclipse.vhdlamsmetamodel.editor/META-INF/MANIFEST.MF 836 Bytes
f902ce56c   Jean-Marie Gauthier   Commit of projects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  Manifest-Version: 1.0
  Bundle-ManifestVersion: 2
  Bundle-Name: %pluginName
  Bundle-SymbolicName: fr.femtost.disc.eclipse.vhdlamsmetamodel.editor;singleton:=true
  Bundle-Version: 1.0.0.qualifier
  Bundle-ClassPath: .
  Bundle-Activator: fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.presentation.VhdlamsEditorPlugin$Implementation
  Bundle-Vendor: %providerName
  Bundle-Localization: plugin
  Bundle-RequiredExecutionEnvironment: JavaSE-1.6
  Export-Package: fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.presentation
  Require-Bundle: org.eclipse.core.runtime,
   org.eclipse.core.resources;visibility:=reexport,
   fr.femtost.disc.eclipse.vhdlamsmetamodel.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