I\'m using Eclipse (PDT) as primary IDE on different machines. (like at home, laptop, in office, etc.). How could I share the Eclipse and project configuration pragmatically
Simply copy the directories
${old_workspace}/.metadata/.plugins
from an existing project to the new one.
That worked well within (rather simple) PHP projects.