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 "TM/Code Streams"

< TM
Line 2: Line 2:
  
 
= Indigo (3.3) =
 
= Indigo (3.3) =
* Required Plugins
+
* Required Plugins for Terminal (these are not needed for plain RSE):
 
** For TM-Terminal-Serial: RXTX ([http://rxtx.qbang.org/eclipse/ Update Site] | [http://rxtx.qbang.org/eclipse/downloads/ ZIP Download]
 
** For TM-Terminal-Serial: RXTX ([http://rxtx.qbang.org/eclipse/ Update Site] | [http://rxtx.qbang.org/eclipse/downloads/ ZIP Download]
 
** For TM-Terminal-Local: org.eclipse.cdt.core ([http://download.eclipse.org/tools/cdt/builds/ CDT Downloads])
 
** For TM-Terminal-Local: org.eclipse.cdt.core ([http://download.eclipse.org/tools/cdt/builds/ CDT Downloads])

Revision as of 06:24, 14 December 2010

This page lists the open code streams in the RSE / Target Management Project, and how to work with them.

Indigo (3.3)

  • Required Plugins for Terminal (these are not needed for plain RSE):
    • For TM-Terminal-Serial: RXTX (Update Site | ZIP Download
    • For TM-Terminal-Local: org.eclipse.cdt.core (CDT Downloads)
    • For TM-Terminal CDC execution environment: J9 CDC-1.1/Foundation-1.1 environment, registered via its .ee file
  • Workspace setup
    • Preferences : Java : Register installed JRE's for J2SE-1.5, J2SE-1.4, CDC-1.1/Foundation-1.1
    • Preferences : PDE : Download and register tm_3.2_api_baseline.zip
    • Import Team Project Set: tm-all-indigo.psf
  • This is the current HEAD stream.
  • Release tags: v201010060830 or similar

Helios (3.2)

  • Team Project Set: tm-all-helios.psf
  • Branch name: R3_2_maintenance
  • Release tags: R32x_v201010060830 or similar
  • API Baseline:

Galileo (3.1)

  • Team Project Set: tm-all-galileo.psf
  • Branch name: R3_1_maintenance
  • Release tags: R31x_v201006030845 or similar
  • API Baseline:

Ganymede (3.0)

  • Team Project Set: tm-all-ganymede.psf
  • Branch name: R3_0_maintenance
  • Release tags: v201010060830 or similar
  • API Baseline:

Back to the top