]> source.dussan.org Git - jgit.git/commit
Refactor to expose ManifestParser. 16/48416/2
authorYuxuan 'fishy' Wang <fishywang@google.com>
Thu, 21 May 2015 23:52:32 +0000 (16:52 -0700)
committerYuxuan 'fishy' Wang <fishywang@google.com>
Fri, 22 May 2015 18:08:52 +0000 (11:08 -0700)
commitd3348e5623a2abf7b2f1356ea077d6eb9bf7760c
treee0daa5d218a8d2431b9c1c493bcf9be5c2982288
parent686124bec32fcdee1545e7d9c312dcf0276b44af
Refactor to expose ManifestParser.

The repo xml manifest parser used in RepoCommand could also be useful for
others, so refactor to make it public.

Also this breaks backward compatibility slightly.

Change-Id: I5001bd2fe77541109fe32dbe2597a065e6ad585e
Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/gitrepo/ManifestParserTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/gitrepo/RepoCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/ManifestParser.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoProject.java [new file with mode: 0644]