Thomas, I'm not sure what you mean by "get registered" with the eclipse plugin... so I hope I'm answering question correctly.
There are 2 ways to get involved: 1) fork the gradle code, modify the code in question to add the functionality you desire and send a pull request to the gradle team. 2) submit a jira request (with as much detail as possible) details: http://wiki.gradle.org/display/GRADLE/How+to+contribute+a+patch+to+Gradle Ken Sipe | kens...@gmail.com | blog: http://kensipe.blogspot.com On Apr 25, 2011, at 12:37 PM, Glaeser, Thomas wrote: > 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