Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SID Import Mappings

Revision as of 01:59, 3 February 2010 by Rcraddoc.cisco.com (Talk | contribs)

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

< To: Tigerstripe_Extension_Points

Usage Instructions

To create a deployable plugin:

Check out the source from the eclipse CVS tree into your eclipse.

Make any changes required.

Open the plugin.xml file by double clicking.

Update the version number if necessary.Note that it is important to maintain a sensible progression in the version number of the plugin otherwise eclipse may not pick up the latest version.

On the "Overview" tab, locate the "Exporting" seection at lower right. Click on Item 4 - "Export Wizard".

Make sure that the SID Mapping plugin is selected, and select a target destination of your choice, then click on "Finish".

This will create an eclipse plugin in the target location.


To deploy your plugin :


To use this plugin, copy in to the "plugins" directory of your eclipse install, and restart eclipse.

Once copied in this manner, you no longer need the source unless you wish to update it.

Back to the top