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

Difference between revisions of "DSDP/MTJ/Developer Resources/Configuring the Workspace"

(MTJ SDK)
(MTJ Examples)
Line 51: Line 51:
 
= MTJ Examples  =
 
= MTJ Examples  =
  
This is the set of plug-ins used for understanding how to extend MTJ. You need to have previously configured the [[#MTJ_runtime|MTJ Runtime]]. A Team Project set can be downloaded from [http://wiki.eclipse.org/images/d/da/MTJ_Runtime_Team_Project_Set.psf here].<br>
+
This is the set of plug-ins used for understanding how to extend MTJ. You need to have previously configured the [[#MTJ_runtime|MTJ Runtime]]. A Team Project set can be downloaded from [http://wiki.eclipse.org/images/c/ca/MTJ_Examples_Team_Project_Set.psf here].<br>
  
 
== Feature  ==
 
== Feature  ==

Revision as of 10:11, 17 August 2009

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 installation. A Team Project set can be downloaded from here.

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.A Team Project set can be downloaded from here.

Feature

  • org.eclipse.mtj.sdk

Plug-ins

  • org.eclipse.mtj.doc.isv
  • org.eclipse.mtj.source (Generated during 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 Runtime. A Team Project set can be downloaded from here.

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