Rename ProjectService to RepositoryService.

This commit is contained in:
takezoe
2013-06-04 01:29:54 +09:00
parent 78ad794613
commit a6ea5468c7
19 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
@(branch: String, commit: util.JGitUtil.CommitInfo, repository: service.ProjectService.RepositoryInfo, diffs: Seq[util.JGitUtil.DiffInfo])(implicit context: app.Context)
@(branch: String, commit: util.JGitUtil.CommitInfo, repository: service.RepositoryService.RepositoryInfo, diffs: Seq[util.JGitUtil.DiffInfo])(implicit context: app.Context)
@import context._
@import view.helpers
@import org.eclipse.jgit.diff.DiffEntry.ChangeType