Hi - I'm looking for suggestions on how to extend the Eclipse plugin?
 
Eclipse plugin comes with an eclipseJdt task that writes file
.settings/org.eclipse.jdt.core.prefs.
 
Similarly, other prefs files need to get persisted, e.g.
- .settings/org.eclipse.core.resources.prefs 
- .settings/org.eclipse.pde.core.prefs
 
The implementation could be identical to task eclipseJdt ... But how can
these additional tasks get registered with the Eclipse plugin?
 
Thanks,
Thomas

Reply via email to