Skip to main content

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

Stelian,
It is now in org.eclipse.text. However, compared to the old version there should be no need to change your plug-in dependencies. More details can be found at
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-text-home/dev.html

Kai



At 02:13 PM 3/5/2003 +0200, you wrote:
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

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev




Back to the top