Bug 492574 - Investigate automating update of plist.info file
Summary: Investigate automating update of plist.info file
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.6   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-27 12:29 EDT by David Williams CLA
Modified: 2016-04-27 12:31 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2016-04-27 12:29:21 EDT
See bug 491908 for what started this discussion. 

We do define some variables in the parent pom, "releaseName" and "releaseVersion". We then "copy" the about box "blurbs" using "filters" to fill in the values of ${releaseName} and ${releaseVersion" that exists in those blurb files. 

Something similar might work for the plist.info file. It is a bit more complicated, since the exact point it exists and the exact point that Tycho "recreates" it might make it tricky to "copy" at just the right time. 

But, might turn out to be easy.