Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] target platform with version constraints?

On Tue, Oct 4, 2011 at 12:56, Peter Murray <pete@xxxxxxxxxxx> wrote:
> Is there some way to specify a version constraint (e.g. [4.0.0,5.0.0) ) for
> features in the .target file?

Both PDE and Tycho appear to only support exact or unspecified versions.

If the project you depend on provided different p2 repositories for
4.x and 5.x, you could leave off the version in your target
definition.


Back to the top