Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] SDK plugin was not versioned for the I build today


You may need to specify -clean as an Eclipse program argument to get this change to work.

Michael



Tod Creasey/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

27/02/2007 10:51 AM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] SDK plugin was not versioned for the I build        today






We did not tag org.eclipse.sdk for the integration build today so as a result the version of org.eclipse.sdk in the build will not launch.


This can be solved by editing the plugin.xml file in org.eclipse.sdk .


Change the line


<product name="%productName" application="org.eclipse.ui.ide.application.workbench" description="%productBlurb">


to


<product name="%productName" application="org.eclipse.ui.ide.workbench" description="%productBlurb">


We will not ask for a rebuild right away in case there are other teams who wish to contribute one but I will tag the map file to pick up this change when a rebuild happens.


Apologies.


Tod
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top