From: Paul M. B. <pm...@ny...> - 2008-08-04 14:39:40
|
Folks, question: when does the new javagit.jar snapshot get pulled in (as in, if someone fixes our code based on Gurdeep's changes, will it break the CC build? ----- Original Message ----- From: Gurdeep Dhindsa <gs...@ny...> Date: Sunday, August 3, 2008 3:44 pm Subject: [Gitclipse-devel] Changes to GitStatusResponse api To: git...@li... Cc: javagit-devel <jav...@li...> > Ref: Bug [ 2036823 ] Change *Iterator to *Iterable methods in > GitStatusResponse > > Hi > > I have renamed the methods in GitStatusResponse and removed the word > > iterator completely from method names. > You will need to make changes to your gitclipse code accordingly. > > e.g. the method that was earlier getNewFilesToCommitIteator() is now > > just getFilesToCommit() > > thanks > Gurdeep > > New method signatures > -------------------------------- > public Iterable<File> getNewFilesToCommit() > public Iterable<File> getDeletedFilesToCommit() > public Iterable<File> getModifiedFilesToCommit() > public Iterable<File> getDeletedFilesNotUpdated() > public Iterable<File> getModifiedFilesNotUpdated() > public Iterable<File> getRenamedFilesToCommit() > public Iterable<File> getUntrackedFiles() > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gitclipse-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel |