Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #277514 +++ When using p2.generate.metadata, the qualifier substitution on .product files is broken. The problem is we substitute the qualifier at the end just before publishing the final product metadata. However, there are points during the build when we publish metadata for the rootfiles (particularly the eclipse.ini), and these require the correct version. Currently the product.ini metadata gets .qualifier and the final product IU requires those same IUs using the full version. This results in unsatisfiable metadata. Qualifier substitution works properly for publisher based builds using p2.gathering=true.
Created attachment 139811 [details] patch Patch that was released to head
done