I am trying to associate information with projects (some properties). I tried using the storage store ( getPersistentProperty() and setPersistentProperty() ).
The problem is that when I export the project and re-import it into another workspace, these properties disappear (since they are stored somewhere in the .metadata folder).
So, I thought that if there is a way to save the information in a .project file, then this will solve my problem, because this file is always included when projects are exported.
Is there an API for this?
Any pointers would be appreciated! Thanks!
Regards, Tamer
eclipse eclipse-cdt eclipse-plugin eclipse-rcp
Tamer
source share