diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-07-13 18:08:34 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-07-13 18:08:34 +0200 |
commit | 868c0dfe9c18db210ddb9043ef53d69b0e59c4ca (patch) | |
tree | acd82072b510ff1da7c7e577837574b3bd9688e0 /sonar-server/pom.xml | |
parent | dff9de8cb6b737135050e29bde0c558dee88424a (diff) | |
download | sonarqube-868c0dfe9c18db210ddb9043ef53d69b0e59c4ca.tar.gz sonarqube-868c0dfe9c18db210ddb9043ef53d69b0e59c4ca.zip |
SONAR-2589 Creation of a I18n English Pack
- Creation of the plugin
- Modification the I18nManager to read keys from this plugin in the
first place
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 8def231a492..4b3842e9f02 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -449,6 +449,12 @@ <version>${project.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.codehaus.sonar.plugins</groupId> + <artifactId>sonar-i18n-en-plugin</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> </dependencies> </profile> |