Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Plugin/Feature Configuration Guidelines

Revision as of 08:19, 28 June 2012 by Unnamed Poltroon (Talk) (New page: This page describes the guidelines when creating new plugins for the EMFStore. == Plugin settings == For the following settings we assume that we want to create a new plugin with the nam...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page describes the guidelines when creating new plugins for the EMFStore.

Plugin settings

For the following settings we assume that we want to create a new plugin with the name "test".

Namespace

The plugin-name should begin with "org.eclipse.emf.emfstore". Therefore the name of our test plugin would be "org.eclipse.emf.emfstore.test".

Back to the top