diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-13 10:40:52 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-13 10:40:52 +0200 |
commit | aa92267c3ae906a14383c26ef2610ae358807115 (patch) | |
tree | 88e51ad2c7ad68b0faf55998dfa2e330741ee7e0 /sonar-application | |
parent | c257dc801bcb060cb9a5c2f8c516607721bc57e4 (diff) | |
download | sonarqube-aa92267c3ae906a14383c26ef2610ae358807115.tar.gz sonarqube-aa92267c3ae906a14383c26ef2610ae358807115.zip |
SONAR-75 Apply first version of contribution by www.serli.com
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 6 | ||||
-rw-r--r-- | sonar-application/src/main/assembly/conf/logback.xml | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 6e83c28617d..da36b404335 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -209,6 +209,12 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>org.codehaus.sonar.plugins</groupId> + <artifactId>sonar-i18n-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> diff --git a/sonar-application/src/main/assembly/conf/logback.xml b/sonar-application/src/main/assembly/conf/logback.xml index 407cbdbe265..c11fca34b93 100644 --- a/sonar-application/src/main/assembly/conf/logback.xml +++ b/sonar-application/src/main/assembly/conf/logback.xml @@ -103,6 +103,10 @@ <level value="INFO"/> </logger> + <logger name="org.sonar.plugins.i18n.I18nManager"> + <level value="INFO"/> + </logger> + <root> <level value="WARN"/> <appender-ref ref="SONAR_FILE"/> |