|
|
|
Re: Where is the eclipse.buildId property set? [message #336897 is a reply to message #336875] |
Fri, 10 July 2009 11:44  |
Eclipse User |
|
|
|
p2 doesn't know what that property is, but it is getting set by p2
because the SDK defines it in the metadata.
The SDK is build using a .product file which contains
<configurations>
...
<property name="eclipse.buildId" value="@qualifier@"/>
</configurations>
Where the @qualifier@ gets replaced at build time. This results in the
property being generated into the p2 metadata and p2 writing it in the
config.ini at install time.
-Andrew
Prakash G.R. wrote:
> Dilton McGowan II wrote:
>> I found it in configuration/config.ini in a stock Eclipse platform
>> download.
>
> Yes, Its taken from here and loaded into System properties. I'm
> looking for the code which does this. Could it be p2?
>
>
> - Prakash
> ---
> http://blog.eclipse-tips.com
|
|
|
Powered by
FUDForum. Page generated in 0.02488 seconds