Understanding MANIFEST.MF view

General information

ID

It refers to the ID of this plugin. It will be used by other plugins to connect with this plugin.

e.g. : com.eclipse.basic

Version

When other plugins will integrate with your plugin, it will provide version also with the ID to uniquely identify the code.

Name

Name is used as Metadata for the plugin

Vendor

Name of the vendor this plugin belongs to.

Activator

It will refer to the first class (Activator) has to be called when this plugin will execute.

Last updated