Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Getting a list of files that are modified in given project

HiĀ All,

I'm trying to implement a plugin to perform code cleanup and import organizing only for modified files in a given project(s). I would like to do it SCM agnostic way so that the feature can work with any VCS that is supported by eclipse. What are the platform API i can use to get list file file resource that has modifications when comparing with HEAD revision ?

Best regards,
Gayan.

Back to the top