Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] dependecies of udig_language_feature

Hi list,

I'm working on my gsoc plugin (uDig trunk + eclipse 3.3). 
As I was trying to generate update site for my plugin (sill needs some work :) )
I've realized that udig_language_feature has a broken 
dependencies that makes getting the plugin via update 
site impossible.

These dependencies are:
<import feature="org.eclipse.rcp.nls1" version="3.1.1"/>
<import feature="org.eclipse.platform.nls1" version="3.1.1"/>

When deleting this two dependencies everything works.
Is there any reason why are they there?

Bests,
Jan.



Back to the top