Warning: Can't synchronize with repository "(default)" (/local/svn/repos/sde does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of ChangeLog3.2


Ignore:
Timestamp:
02/05/08 18:32:06 (9 years ago)
Author:
mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangeLog3.2

    v1 v2  
    33Differing requirements 
    44 * The SDE 3.2 requires the JDK 1.6, not the JRE, in order to convert JavaScript to Java. Note that the JDK 6 must be selected in Eclipse (Window > Preferences > Java > Installed JREs...) as default. 
    5  * The SDK 3.2 requires Eclipse 3.4, at least milestone M5, to correctly convert parameter annotations in tools in the development plug-in. 
     5 * The SDK 3.2 requires Eclipse 3.4, at least milestone M5, to correctly convert parameter annotations in tools in the development plug-in (due to this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=213509) 
    66New features in the core 
    77 * Parameters and return types of functions may now have their own descriptions. This addition has resulted in a change of the core extension point – i.e., tool extensions in plugin.xml files need to be re-created using the dev tool. The old descriptions are still valid, though.