Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

http://www-128.ibm.com/developerworks/opensource/library/os-ecl-osgi/#N10091

MANIFEST.MF contains the description of the plugin description.
plugin.xml defines extensions that the plugin contributes (thus, is optional)might contribute.

...

What happens if I do NOT check "Activate this plug-in when one of its classes is loaded"?

Link verified by Sergei Chevtsov, 08-16-2007

http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/bundle_manifest.html

Your MANIFEST.MF file will NOT contain the element "Eclipse-LazyStart: true", and the plugin will be activated when the Eclipse platform starts.

...

How do I create a plugin project that uses an existing SEAL plugin?

...