Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse 3.1.x - plugin_configuration.ini
Eclipse 3.1.x - plugin_configuration.ini [message #306716] Thu, 03 August 2006 19:02 Go to next message
Eclipse UserFriend
Originally posted by: An.nym.us

Hi

I want to deploy a custom RCP package with company intern settings
(tabsize and so on)

I googled around and found out, that with plugin_customization.ini I can
define the standard configuration of the properties.

However I have one problem.
We have a customized RCP which seems to create the
plugin_configuration.ini on each start in
\configuration\org.eclipse.osgi\bundles\...\plugin_customiza tion.ini

So if I edit the plugin_configuration.ini manually it it useless as it is
overriden on each program start.

I found out that I can define plugin_configuration.ini in the command line
:
Then my plugin_configuration.ini is used.

I do not want to use a custom command line.

Is there a way between the RCP level and the command line, where I can
specify the plugin_configuration.ini
e.g. in configuration/config.ini or similar , wich overrides the RCP
specific one ?

What about plugin.ini in the various pulgins ? (I don't like this as I
would prefer centralized customisation)

Thanks for you support

Sascha


--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
Re: Eclipse 3.1.x - plugin_configuration.ini [message #306752 is a reply to message #306716] Fri, 04 August 2006 07:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: michael.illgner.email.de

Sascha wrote:

> What about plugin.ini in the various pulgins ? (I don't like this as I
> would prefer centralized customisation)
>

You may put a plugin_customization.ini in your main/product/application
plugin. This is achieved by putting a new attribute in your product
definition like

<property
name="preferenceCustomization"
value="plugin_customization.ini"/>
Michael
Re: Eclipse 3.1.x - plugin_configuration.ini [message #306784 is a reply to message #306752] Fri, 04 August 2006 17:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: An.nym.us

Am 04.08.2006, 09:58 Uhr, schrieb Michael Illgner =

<michael.illgner@email.de>:

> Sascha wrote:
>
>> What about plugin.ini in the various pulgins ? (I don't like this as =
I =

>> would prefer centralized customisation)
>>
>
> You may put a plugin_customization.ini in your main/product/applicatio=
n =

> plugin. This is achieved by putting a new attribute in your product =

> definition like
>
> <property
> name=3D"preferenceCustomization"
> value=3D"plugin_customization.ini"/>
> Michael

Hmm I am still not sure.

I realized that inside the <mainproduct>.jar file of the main product, =

there is already a "plugin_customization.ini".
However, I unpacked this and extended it with my customisation, and then=
=

added it to the <mainproduct>.jar with a zip programm.

Now I have the problem the with the new packed <mainproduct>.jar the =

Eclipse does not boot,
other parts of the product complain about not beeing "Singleton" ?

Would this be the correct way for a company adminstrator to adopt compan=
y =

specific settings for Eclipse and its RCP's ?

Thanks for your support.

-- =

Erstellt mit Operas revolution=E4rem E-Mail-Modul: http://www.opera.com/=
mail/
Re: Eclipse 3.1.x - plugin_configuration.ini [message #306814 is a reply to message #306784] Mon, 07 August 2006 05:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: An.nym.us

Am 04.08.2006, 19:24 Uhr, schrieb Sascha <An@nym.us>:


Does noboy have a clue about this topic ?
Help would really be appreciated !

Thanks Sascha



--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
Re: Eclipse 3.1.x - plugin_configuration.ini [message #306892 is a reply to message #306716] Tue, 08 August 2006 17:53 Go to previous message
Eclipse UserFriend
Originally posted by: dj_houghton.nospam.ca.ibm.com

Plug-in customization information can be found here:

http://www.eclipse.org/eclipse/platform-core/documents/user_ settings/plugin_customization.html


Sascha wrote:
> Hi
>
> I want to deploy a custom RCP package with company intern settings
> (tabsize and so on)
>
> I googled around and found out, that with plugin_customization.ini I can
> define the standard configuration of the properties.
>
> However I have one problem.
> We have a customized RCP which seems to create the
> plugin_configuration.ini on each start in
> \configuration\org.eclipse.osgi\bundles\...\plugin_customiza tion.ini
>
> So if I edit the plugin_configuration.ini manually it it useless as it
> is overriden on each program start.
>
> I found out that I can define plugin_configuration.ini in the command
> line :
> Then my plugin_configuration.ini is used.
>
> I do not want to use a custom command line.
>
> Is there a way between the RCP level and the command line, where I can
> specify the plugin_configuration.ini
> e.g. in configuration/config.ini or similar , wich overrides the RCP
> specific one ?
>
> What about plugin.ini in the various pulgins ? (I don't like this as I
> would prefer centralized customisation)
>
> Thanks for you support
>
> Sascha
>
>
> --Erstellt mit Operas revolutionärem E-Mail-Modul:
> http://www.opera.com/mail/
Previous Topic:Debugging with stdin
Next Topic:TreeViewer performace
Goto Forum:
  


Current Time: Wed Jul 03 12:20:41 GMT 2024

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

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

Back to the top