diff options
author | Maria Odea B. Ching <oching@apache.org> | 2013-05-13 16:23:22 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2013-05-13 16:23:22 +0000 |
commit | 48b1538702ca763f0beb6fca0d11f62a8fc444d2 (patch) | |
tree | e010bd1d19ce2f4f5898c59d0cc338a2a744e805 /archiva-modules/archiva-web/archiva-web-common/src | |
parent | a8bacd7de495ae2422abd4bffb14431ceb4cf7a7 (diff) | |
download | archiva-48b1538702ca763f0beb6fca0d11f62a8fc444d2.tar.gz archiva-48b1538702ca763f0beb6fca0d11f62a8fc444d2.zip |
[MRM-1751] add merged index ttl to repo group configuration + unit tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1481952 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/src')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties index c528c028b..c2f9f35b7 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties @@ -312,6 +312,7 @@ repository.groups.list=Repository Groups repository-groups.grid.tab.title=Repository Groups repository.group.delete.confirm=Are you sure to delete Repository Group {0} ? repository.group.mergedIndexPath=Merged Index Path +repository.group.mergedIndexTtl=Merged Index Time to Live (in Minutes) #roles roles.bulk.save.confirm=Are you sure to update {0} Role(s) |