Re: [cross-project-issues-dev] getting feature licenses right

2023-11-29 Thread Ed Merks via cross-project-issues-dev
One can specify an exact version, 2.0.2.v20181016-2210, or one can restrict the update site from which you fetch it: https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ So one need not automatically update to any hypothetical future versions... On 29.11.2023 16:15, Ed Willin

Re: [cross-project-issues-dev] getting feature licenses right

2023-11-29 Thread Ed Willink via cross-project-issues-dev
Hi Yes Ed M's example is much simper and you never have to worry about updating again.   license-feature="org.eclipse.license"   license-feature-version="0.0.0" BUT you automatically track every EF license upgrade, so if you need to review such upgrades you need to reference your own

Re: [cross-project-issues-dev] getting feature licenses right

2023-11-28 Thread Ed Merks via cross-project-issues-dev
It's better to use the common license feature (not how Oomph or EMF are doing it with their own license feature) which is more historical... I recently improved the README for this: https://github.com/eclipse-cbi/epl-license-feature So it's better to look at a simple example like this one: ht

Re: [cross-project-issues-dev] getting feature licenses right

2023-11-28 Thread Aleksandar Kurtakov via cross-project-issues-dev
On Tue, Nov 28, 2023 at 4:30 PM Christian Pontesegger via cross-project-issues-dev wrote: > Hi, > > I would like to get my license links right in my feature definitions an > wonder how that works for other projects. > > Eg Oomph: > > https://github.com/eclipse-oomph/oomph/blob/master/features/org

[cross-project-issues-dev] getting feature licenses right

2023-11-28 Thread Christian Pontesegger via cross-project-issues-dev
Hi, I would like to get my license links right in my feature definitions an wonder how that works for other projects. Eg Oomph: https://github.com/eclipse-oomph/oomph/blob/master/features/org.eclipse.oomph.all-feature/feature.xml uses %licenseURL and %license which I expected to be defined in ht