Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » changes to plugin.xml requires a clean start
changes to plugin.xml requires a clean start [message #525448] Tue, 06 April 2010 11:39 Go to next message
Eclipse UserFriend
Hi all,
in my deployed application I changed a property of the plugin.xml file and restarted the application again, but the old application was still there. After a while I tried to do a --clean start and the updated property has been read. This means to me that plugin.xml is used only once, when the application is clean started, and then it is translated into a binary form of some kind. Is this correct? Where is this database translation kept?
Re: changes to plugin.xml requires a clean start [message #525696 is a reply to message #525448] Wed, 07 April 2010 09:20 Go to previous message
Eclipse UserFriend
Yes, the registry is read on startup and then saved in a compact form
elsewhere. Starting with -clean causes the cache to be emptied and
re-built.

If you hunt around the eclipse/configuration directory long enough you
can probably find its location ... but it's not a user-editable format.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Previous Topic:second window configuration
Next Topic:Save and Restore View Layout
Goto Forum:
  


Current Time: Wed Jun 18 23:32:52 EDT 2025

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

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

Back to the top