pms1 / tppt

Target platform provisioning tools for P2 repository
Eclipse Public License 2.0
0 stars 0 forks source link

Don't fail on existing Eclipse-Source header with different version #36

Closed pms1 closed 7 years ago

pms1 commented 7 years ago

If an artifact has sources with an Eclipse-Source header and we modify the binary artifact so it gets a new version number, the whole build will fail as an unexpected version in Eclipse-Source header (the original version) is detected.

Solution: Check the existing number, but overwrite it if it is not as required