Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] is it possible to override version requirements?

The point is to simply not rebuild the package at all but replace the bundle in the (pre-build) installation.

Am 31.01.21 um 12:07 schrieb Mickael Istria:


On Sun, Jan 31, 2021 at 10:01 AM Christoph Läubrich <laeubi@xxxxxxxxxxxxxx <mailto:laeubi@xxxxxxxxxxxxxx>> wrote:

    (@Mickael please don't read any further here ;-))


You definitely know how to catch my attention! ;)

    Prepare a patched bundle and use the *same version* in the manifest
    (just with a different qualifier e.g.
    org.apache.httpcomponents.httpclient4.5.10.patched-4_5_12, and proceed
    as described above.
    That way you don't even need to rebuild the whole package and as
    long as
    there is no binary incompatibility your all set.


I don't think it would work, the feature does require a specific fully qualified version. 4.5.10.patched-4_5_12 won't be able to match the feature requirement.

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user



Back to the top