Page tree

Versions Compared

Key

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

...

Importing Existing Plug-ins

  1. Download the zip file with an example plug-in from our Stash. Unzip the file.
  2. Open the context menu within the Package-Explorer (on the very left, right-click the empty space).
  3. Select Import. Then chose General > Existing Projects into Workspace.
  4. Browse to the location where you unzipped the downloaded plug-in. Click open. Check the checkbox in front of the de.cau.cs.kieler.tutorials.plugins.shouter plug-in and press Finish.

...

  1. In your previously created plugin (de.cau.cs.kieler.tutorials.myshouter) create a new class MyShouter that implements the IShouter interface.
    1. From the Package Explorer context menu select New > Class.
  2. Open the MANIFEST.MF of your plugin and navigate to the Extensions tab. 
  3. Press Add and select the de.cau.cs.kieler.tutorials.plugins.shouters extension point. Press Finish.
  4. Give it a name and using the Browse button select your previously created class implementing the IShouter interface.
  5. Start your Eclipse instance again using the created run configuration and test your very own shouter.