Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Feature based export of udig

Hi Justin:

I have a question about export udig as a series of features from the following file:
- plugins/net.refractions.udig.ui/udigDefaultConfiguration.product

In short I am trying to make a release while I wait for nightly builds to return. I think they may be turned off since the machine crashed earlier in the week (also the reason svn was unavailable).

<cid:part1.02000309.08010902@refractions.net>I can export out a running udig using the following features:

<feature id="net.refractions.udig.release" version="1.0.0"/>
<feature id="net.refractions.udig.gisapplication" version="1.0.0"/>
<feature id="net.refractions.udig.gisplatform" version="1.0.0"/>
<feature id="net.refractions.udig.printing" version="1.0.0"/>
<feature id="org.eclipse.rcp" version="3.1.0"/>
<feature id="org.eclipse.emf" version="2.1.0"/>
<feature id="org.eclipse.gef" version="3.1.0"/>
<feature id="org.eclipse.platform" version="3.1.0"/>

The problem is there is "too many" plugins (mostly to do with file manipulation and IDE opperations).

If I leave out:
<feature id="org.eclipse.platform" version="3.1.0"/>

I get a udig that runs, but many of the GIS Application plugins (like project and layers view) fail to function.

So the question is: Have we accidently depended on some IDE specific plugins?

Jody


Back to the top