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-application/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-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 444f7a1479e..77e45c68e3c 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -204,6 +204,12 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>org.codehaus.sonar.plugins</groupId> + <artifactId>sonar-i18n-en-plugin</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.sonatype.jsw-binaries</groupId> <artifactId>jsw-binaries</artifactId> <version>3.2.3.6</version> |