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@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Reply via email to