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?

Thanks - we could get by with unspecified.  

What is the syntax in the .target file for unspecified?  I tried

<unit id="org.eclipse.core.runtime.feature.feature.group" version=""/>
and
<unit id="org.eclipse.core.runtime.feature.feature.group" version="*"/>
and
<unit id="org.eclipse.core.runtime.feature.feature.group"/>

none of those seemed to work.

Cheers,

pete

On Tue, Oct 4, 2011 at 5:57 PM, Eric Jain <eric.jain@xxxxxxxxx> wrote:
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.
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
-pete
peter m. murray
pete@xxxxxxxxxxx

Back to the top