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

DSDP/MTJ/Developer Resources/Configuring the Workspace

You'll need the following feature and Plug-in for each MTJ workspace:

MTJ runtime

This is the set of plug-ins used on a common MTJ instalation.

Feature

  • org.eclipse.mtj

Orbit Libs

  • org.antlr.runtime (Branch: v3_0_0)
  • org.mortbay.jetty (Branch: v5_1_11)
  • org.objectweb.asm (Branch: v3_1)

Plug-ins

  • antenna.preprocessor.v3
  • de.schlichtherle.truezip
  • jmunit.framework
  • org.eclipse.mtj.branding
  • org.eclipse.mtj.core
  • org.eclipse.mtj.core.hooks
  • org.eclipse.mtj.doc.user
  • org.eclipse.mtj.eswt.templates
  • org.eclipse.mtj.jmunit
  • org.eclipse.mtj.templates
  • org.eclipse.mtj.toolkit.microemu
  • org.eclipse.mtj.toolkit.mpowerplayer
  • org.eclipse.mtj.toolkit.nokia
  • org.eclipse.mtj.toolkit.uei
  • org.eclipse.mtj.ui


MTJ SDK

This is the set of plug-ins used for developing MTJ. You need to have previously configured the MTJ Runtime.

Feature

  • org.eclipse.mtj.sdk

Plug-ins

  • org.eclipse.mtj.doc.isv
  • org.eclipse.mtj.source (Generated on build)


MTJ Examples

This is the set of plug-ins used for understanding how to extend MTJ. You need to have previously configured the MTJ SDK.

Feature

  • org.eclipse.mtj.examples

Plug-ins

  • org.eclipse.mtj.examples.jadextension
  • org.eclipse.mtj.example.library
  • org.eclipse.mtj.examples.toolkits
  • org.eclipse.mtj.examples.templates
  • org.eclipse.mtj.examples.source (Generated during build)



Back to the top