Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse preference file @ entries(Eclipse preference file @ entries)
Eclipse preference file @ entries [message #1783716] Fri, 16 March 2018 08:49 Go to next message
Kevin Klesz is currently offline Kevin KleszFriend
Messages: 1
Registered: March 2018
Junior Member
Hello everyone,

I am currently looking through our companies preference(epf) file in order to document which preferences are still useful to us etc.

Among other obstacles, I came upon entries such as the following:

@org.eclipse.ant.core=3.3.0.v20140518-0042
@org.eclipse.compare=3.5.501.v20140817-1445
@org.eclipse.core.runtime=3.10.0.v20140318-2214
@org.eclipse.epp.mpc.ui=1.3.1.v20140908-1651

Can anybody tell me what this stands for/what this does?

Best regards
Re: Eclipse preference file @ entries [message #1783897 is a reply to message #1783716] Tue, 20 March 2018 07:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
These look like version numbers. I'm not sure specifically how these are used, but I expect that when you have some preference, /instance/foo/...=..., that it looks for @foo=<version> and compares the currently installed version of foo against that version in the file (though goodness knows for what purpose without looking at the code).

You might want to consider using Oomph to manage preferences automatically. You can easily convert a *.epf file to preference tasks and use that to apply preferences automatically for every workspace: https://wiki.eclipse.org/Eclipse_Oomph_Authoring


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Eclipse Oxygen 4.7.2 unresponsive after update
Next Topic:Support official javac
Goto Forum:
  


Current Time: Tue Apr 23 14:16:05 GMT 2024

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

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

Back to the top