Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Strange dependency problem

Hi!

I have an old plug-in which was made with an older Eclipse version. Now I've
imported it into the latest integration build and I got the following error:

This compilation unit indirectly references the missing type
org.eclipse.jface.text.IRegion (typically some required class file is
referencing a type outside the classpath)

I have looked, and there is no IRegion in the org.eclipse.jface.text package
(in jfacetext.jar).

Did it move elsewhere? Or what can I do to fix the problem?

Thanks!

--
Stelian Iancu



Back to the top