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

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

(New page: You'll need the following feature and Plug-in for each MTJ workspace: = MTJ runtime = == Feature == org.eclipse.mtj == Orbit Libs == org.antlr.runtime (Branch: '''v3_0_0''') org.mortb...)
 
Line 1: Line 1:
You'll need the following feature and Plug-in for each MTJ workspace:
+
You'll need the following feature and Plug-in for each MTJ workspace:  
  
= MTJ runtime =  
+
= MTJ runtime =
  
 +
This is the set of plug-ins used on a common MTJ instalation.
  
== Feature ==
+
== Feature ==
org.eclipse.mtj
+
  
== Orbit Libs ==
+
*org.eclipse.mtj
org.antlr.runtime (Branch: '''v3_0_0''')
+
org.mortbay.jetty (Branch: '''v5_1_11''')
+
org.objectweb.asm (Branch: '''v3_1''')
+
  
== Plug-ins ==  
+
== Orbit Libs  ==
antenna.preprocessor.v3
+
 
de.schlichtherle.truezip
+
*org.antlr.runtime (Branch: '''v3_0_0''') <br>
jmunit.framework
+
*org.mortbay.jetty (Branch: '''v5_1_11''') <br>
org.eclipse.mtj.branding
+
*org.objectweb.asm (Branch: '''v3_1''')
org.eclipse.mtj.core
+
 
org.eclipse.mtj.core.hooks
+
== Plug-ins ==
org.eclipse.mtj.doc.user
+
 
org.eclipse.mtj.eswt.templates
+
*antenna.preprocessor.v3  
org.eclipse.mtj.jmunit
+
*de.schlichtherle.truezip  
org.eclipse.mtj.templates
+
*jmunit.framework  
org.eclipse.mtj.toolkit.microemu
+
*org.eclipse.mtj.branding  
org.eclipse.mtj.toolkit.mpowerplayer
+
*org.eclipse.mtj.core  
org.eclipse.mtj.toolkit.nokia
+
*org.eclipse.mtj.core.hooks  
org.eclipse.mtj.toolkit.uei
+
*org.eclipse.mtj.doc.user  
org.eclipse.mtj.ui
+
*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
 +
 
 +
<br>
 +
 
 +
= MTJ SDK  =
 +
 
 +
This is the set of plug-ins used for developing MTJ. You need to have previously configured the [[#MTJ_runtime|MTJ Runtime]].<br>
 +
 
 +
== Feature  ==
 +
 
 +
*org.eclipse.mtj.sdk<br>
 +
 
 +
== Plug-ins<br>  ==
 +
 
 +
*org.eclipse.mtj.doc.isv
 +
*org.eclipse.mtj.source (''Generated on build'')<br>
 +
 
 +
<br>
 +
 
 +
= 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|MTJ SDK]]. <br>
 +
 
 +
== 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<br>org.eclipse.mtj.examples.source (Generated on build)<br>
 +
 
 +
<br>
 +
 
 +
<br>

Revision as of 09:52, 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 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 on build)



Back to the top