Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Specifying default perspective using .ini file?

hm did you read my original post - that is exactly what I describe I do.



On Tue, Nov 8, 2011 at 2:17 PM, Greg Amerson
<gregory.amerson@xxxxxxxxxxx> wrote:
> Make sure that in your plugin.xml that defines your product, you have this
> property set:
> <property
>                name="preferenceCustomization"
>                value="plugin_customization.ini">
>          </property>
> Also in your product plugin make sure that the build.properties has the
> plugin_customizations.ini file listed so it is built with the jar.
> On Tue, Nov 8, 2011 at 6:44 PM, motes motes <mort.motes@xxxxxxxxx> wrote:
>>
>> I would like to specify the default perspective for my RCP application
>> which is build using the 'org.eclipse.ui.ide.workbench' application -
>> I cannot modify the advisors.
>>
>> In my product project I have added a plugin_customization.ini, added
>> it to the build.properties and created the following property for the
>> org.eclipse.core.runtime.products extension:
>>
>>                <property
>>                name="preferenceCustomization"
>>                value="plugin_customization.ini">
>>                </property>
>>
>>
>> In the plugin_customization.ini file I have added this line:
>>
>>
>> org.eclipse.ui/defaultPerspectiveId=org.eclipse.birt.report.designer.ui.ReportPerspective
>>
>> which is a perspective located in:
>>
>> org.eclipse.birt.report.designer.ui.ide_2.6.1.v20100902.jar - my
>> application is build with all the necessary birt features.
>>
>> I have also trid to add:
>>
>>
>> org.eclipse.birt.report.designer.ui.ide/defaultPerspectiveId=org.eclipse.birt.report.designer.ui.ReportPerspective
>>
>> but its ígnored in the resulting application. Is it possible to
>> specify the default perspective or is this option ignored by tycho
>> (using 0.13).
>> _______________________________________________
>> tycho-user mailing list
>> tycho-user@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
>
>
> --
> Greg Amerson
> Liferay, Inc.
>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
>


Back to the top