Hi Igor, > With 60+ comments on the bug you linked, it's hard to understand what > individual projects are expected to do. What license feature are we > supposed to use now? Is it available from Luna symrel composite repo > already?
Here's what served us well at Code Recommenders. In our target file, we use CBI license repository rather then the simrel repo: > <location includeAllPlatforms="false" includeConfigurePhase="false" > includeMode="slicer" includeSource="true" type="InstallableUnit"> > <unit id="org.eclipse.license.feature.group" version="0.0.0"/> > <repository location="http://download.eclipse.org/cbi/updates/license"/> > </location> In our feature.xml: > <feature ... > license-feature="org.eclipse.license" > license-feature-version="0.0.0"> > > <license url="%licenseURL"> > %license > </license> This picked up the change in license automatically upon the next (Tycho-based) build. Hope that helps. Andreas -- Codetrails UG (haftungsbeschränkt) The knowledge transfer company Robert-Bosch-Str. 7, 64293 Darmstadt Mobile: +49-170-811-3791 http://www.codetrails.com/ Managing Director: Dr. Marcel Bruch Handelsregister: Darmstadt HRB 91940 _______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev