Eclipse Platform Build Notes 
Core Expressions

Mai 7, 2004

Problem Reports Fixed

Implemenation Changes

March 23, 2004

Problem Reports Fixed

Implemenation Changes

March 16, 2004

Problem Reports Fixed

Implemenation Changes

The adapt expression now uses the new IAdapterManager API hasAdapter(Object, String) and getAdapter(Object, String). This ensures that the right class loader is used to convert the string representing a type into a corresponding Class. However, this change now requires that the adapters requested via an adapt expression must be declared in XML using the new org.eclipse.core.runtime.adapters extension point.