[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Logic Example is broken in I20030204

Hi,

the logic Example doesn't work any more in the latest build.
Looks like references to the internal package org.eclipse.gef.internal was 
added in the last change and since the package is not exported, you get 
ClassNotFoundExceptions.
There is at least a problem in PasteTemplateAction and in LogicEditor where 
org.eclipse.gef.internal.GEFMessages is used.

I think we've already had the same problem in the past.

Yannick