Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Where should be file from preferenceCustomization located?
Where should be file from preferenceCustomization located? [message #875742] Wed, 23 May 2012 09:05
Libor Jelinek is currently offline Libor JelinekFriend
Messages: 143
Registered: January 2012
Location: Prague, Czech Rep.
Senior Member

Hi all,
where should be file referred in "preferenceCustomization" property of
org.eclipse.core.runtime.products extension point located?

Here's my plugin.xml excerpt that is part of mycomp.app.ui plugin

<extension
id="product"
point="org.eclipse.core.runtime.products">

<product
application="com.virtage.plexflow.ui.application"
name="Virtage Plexflow">
...
<property
name="preferenceCustomization"
>>>> value="plugin_customization.ini"> <<<<<
</property>
..

My .product file is living in separate project mycomp.app.ui.product. If
I set using product editor for example to show progress bar and press
synchroniz link, it will create plugin_customization.ini in
mycomp.app.ui.product project (folder), not in mycomp.app.ui.

Because I can't see progress bar I suppose that I should be located in
plug-in root where is referred (mycomp.app.ui in my case).

Or do I miss something? Thanks your your comments!

Cheers
Libor
Previous Topic:Problem when launching application (RCP)
Next Topic:Zoom Image
Goto Forum:
  


Current Time: Tue Mar 19 04:57:01 GMT 2024

Powered by FUDForum. Page generated in 0.01761 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top