]> source.dussan.org Git - sonarqube.git/commit
SONAR-5225 Move English bundles to core module
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 17 Apr 2014 13:28:24 +0000 (15:28 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 17 Apr 2014 13:28:24 +0000 (15:28 +0200)
commitd8f1d06ab086c00d8693d8226a30781f52c02594
tree000925f25a67743f259393aff0ce42ee7353f408
parentb829b43462b950bae7345eced0d9a80d4d486c14
SONAR-5225 Move English bundles to core module
31 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties [deleted file]
plugins/sonar-l10n-en-plugin/pom.xml [deleted file]
plugins/sonar-l10n-en-plugin/src/main/java/org/sonar/plugins/l10n/EnglishPackPlugin.java [deleted file]
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/gwt.properties [deleted file]
plugins/sonar-l10n-en-plugin/src/test/java/org/sonar/plugins/l10n/EnglishPackPluginTest.java [deleted file]
pom.xml
sonar-application/pom.xml
sonar-batch/src/main/java/org/sonar/batch/bootstrap/BatchPluginRepository.java
sonar-batch/src/test/java/org/sonar/batch/bootstrap/BatchPluginRepositoryTest.java
sonar-core/src/main/java/org/sonar/core/i18n/DefaultI18n.java
sonar-core/src/main/java/org/sonar/core/i18n/I18nClassloader.java
sonar-core/src/main/resources/org/sonar/l10n/core.properties [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/gwt.properties [new file with mode: 0644]
sonar-core/src/test/java/org/sonar/core/i18n/DefaultI18nTest.java
sonar-core/src/test/java/org/sonar/core/i18n/GwtI18nTest.java
sonar-core/src/test/java/org/sonar/core/i18n/I18nClassloaderTest.java
sonar-core/src/test/resources/org/sonar/core/i18n/I18nClassloaderTest/org/sonar/l10n/checkstyle.properties [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/core/i18n/checkstylePlugin/org/sonar/l10n/checkstyle.properties [deleted file]
sonar-core/src/test/resources/org/sonar/core/i18n/checkstylePlugin/org/sonar/l10n/checkstyle/ArchitectureRule.html [deleted file]
sonar-core/src/test/resources/org/sonar/core/i18n/corePlugin/org/sonar/l10n/core.properties [deleted file]
sonar-core/src/test/resources/org/sonar/core/i18n/frenchPack/org/sonar/l10n/checkstyle_fr.properties [deleted file]
sonar-core/src/test/resources/org/sonar/core/i18n/frenchPack/org/sonar/l10n/checkstyle_fr/ArchitectureRule.html [deleted file]
sonar-core/src/test/resources/org/sonar/core/i18n/frenchPack/org/sonar/l10n/core_fr.properties [deleted file]
sonar-core/src/test/resources/org/sonar/core/i18n/sqalePlugin/org/sonar/l10n/sqale.properties [deleted file]
sonar-core/src/test/resources/org/sonar/core/i18n/sqalePlugin/org/sonar/l10n/sqale_fr.properties [deleted file]
sonar-core/src/test/resources/org/sonar/l10n/checkstyle.properties [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/l10n/checkstyle_fr.properties [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/l10n/core_fr.properties [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/l10n/sqale.properties [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/l10n/sqale_fr.properties [new file with mode: 0644]
sonar-server/pom.xml