コード例 #1
0
 public CVSTag[] getDateTags(ICVSRepositoryLocation location) {
   RepositoryRoot root = getRepositoryRootFor(location);
   return root.getDateTags();
 }