diff options
author | Olivier Lamy <olamy@apache.org> | 2012-03-05 15:52:56 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-03-05 15:52:56 +0000 |
commit | 3332083d45ef4dfb9c1eeabf0239057c714fb269 (patch) | |
tree | 88deda77692198b509d88dd1239aa9295cb769fc /archiva-modules/archiva-web/archiva-web-common | |
parent | 96cb1978d9c91ed44890749453e5fc1a12ab2a29 (diff) | |
download | archiva-3332083d45ef4dfb9c1eeabf0239057c714fb269.tar.gz archiva-3332083d45ef4dfb9c1eeabf0239057c714fb269.zip |
add search for osgi: Import-Package and Require-Bundle are now searchable
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1297102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties | 2 |
1 files changed, 2 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 9d53f29d7..19dc750d4 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 @@ -236,6 +236,8 @@ search.artifact.search.form.query.bundleSymbolicName=Symbolic Name search.artifact.search.form.query.bundleVersion=Bundle Version search.artifact.search.form.query.bundleExportPackage=Export Package search.artifact.search.form.query.bundleExportService=Export Service +search.artifact.search.form.query.bundleImportPackage=Import Package +search.artifact.search.form.query.bundleRequireBundle=Require Bundle #login login.username.placehoder=Username |