Always scan for repositories 0-9

This commit is contained in:
hns 2005-04-11 15:36:43 +00:00
parent a021cbf791
commit b8c6201d40

View file

@ -350,10 +350,12 @@ public class ApplicationManager implements XmlRpcHandler {
"Will not use that repository. Check your initArgs!"); "Will not use that repository. Check your initArgs!");
} }
} else { } else {
// no more repositories to add // we always scan repositories 0-9, beyond that only if defined
if (i > 9) {
break; break;
} }
} }
}
if (repositoryList.size() > 0) { if (repositoryList.size() > 0) {
repositories = new Repository[repositoryList.size()]; repositories = new Repository[repositoryList.size()];