Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] getting feature licenses right

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 Willink via cross-project-issues-dev wrote:
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 audited copy.

    Regards

        Ed Willink

On 28/11/2023 15:19, Ed Merks via cross-project-issues-dev wrote:
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:

https://github.com/eclipse-orbit/orbit-legacy/tree/main/features/org.eclipse.orbit.legacy-feature


On 28.11.2023 15:29, 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.eclipse.oomph.all-feature/feature.xml
uses %licenseURL and %license

which I expected to be defined in
https://github.com/eclipse-oomph/oomph/blob/master/features/org.eclipse.oomph.all-feature/feature.properties
but they are not. Also a license.html file is missing in the repo which
I remember was needed (at least some time ago)

Are these files patched by tycho somehow? If yes, how does this work?

thanks
Christian

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top