Skip to main content

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

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).


Back to the top