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 "EDT:EGL Language conversion"

Line 48: Line 48:
 
| basicLibrary  
 
| basicLibrary  
 
| no more basicLibrary
 
| no more basicLibrary
| -
+
|-
|annotation on Library
+
| annotation on Library
 
| no annotation is supported on library
 
| no annotation is supported on library
 
|}
 
|}

Revision as of 16:53, 26 August 2011

EGL language conversion consideration from RBD/EGLCE

RBD/EGL CE EDT
time replaced with timestamp
interval Not Supported, no replacement
RBD/EGL CE EDT
system libraries all needs to be fully qualified with library name
 i.e. sysLib, dateTimeLib, serviceLib, xmlLib...etc.
RBD/EGL CE EDT
matches have to use String matchesPattern() function instead
RBD/EGL CE EDT
basicLibrary no more basicLibrary
annotation on Library no annotation is supported on library

Back to the top