Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] ACTION REQUIRED: SimRel Participants Please Fix Your SimRel Contribution's Problems

That's certainly the simplest approach, and that would work correctly today.  But should there ever by an EPL 3.0 along with a corresponding SUA 3.0, one would automatically pick that up without having made all the corresponding changes to the file headers.

One could avoid that using almost the same approach as what you've outlined but either lock in the license-feature-version to 2.0.2.v20181016-2210 instead of 0.0.0 or lock in the repository to

http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210

instead of

  http://download.eclipse.org/cbi/updates/license

In any case, it really is a very simple problem to fix!


On 24.09.2019 11:03, Ed Willink wrote:
Hi

On 24/09/2019 06:38, Ed Merks wrote:
For example Eclipse Collections has this specific report:

https://download.eclipse.org/oomph/archive/simrel/collections.aggrcon/index.html

Thanks Ed. An easy to consume report. Great job.
Note that the license problem, i.e.,  all the various corrupted versions of SUA 2.0, is easy to fix, e.g., I fixed it like this for the Platform:

https://git.eclipse.org/r/#/c/149636/1/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

If you don't really care what version of the license you use, there is a simpler solution; re-use the CBI master license. Version 0.0.0 will redirect to the latest.

Each feature.xml:

<feature
      ...
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">


   <copyright>
      [Documentation] Copyright text will be taken from the shared license feature
   </copyright>

Each *.target:

  <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
    <unit id="org.eclipse.license.feature.group" version="0.0.0"/>
    <repository location="https://download.eclipse.org/cbi/updates/license"/>
  </location>

If you have your own license feature, just delete it.

Regards

Ed Willink


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top