diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-11 09:26:08 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-11 09:26:18 +0200 |
commit | e6cea47c725b858ee8a619306dee6d70eed73e06 (patch) | |
tree | 5a625dd98f0337d585cbae000e88e4f527f04e8d | |
parent | ab4bed2d0b3f2513e218c8b8209c32a391dd68ac (diff) | |
download | sonarqube-e6cea47c725b858ee8a619306dee6d70eed73e06.tar.gz sonarqube-e6cea47c725b858ee8a619306dee6d70eed73e06.zip |
SONAR-5109 Update description to specify these properties are deprecated
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index e190b1da8d9..075afab7bdb 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -912,11 +912,9 @@ property.sonar.global.test.exclusions.description=Patterns used to exclude some property.category.exclusions.files=Files property.category.exclusions.files.description=Configure the files that should be completely ignored by the analysis. property.sonar.skippedModules.name=Module Exclusions -property.sonar.skippedModules.description=Comma-separated list of the modules to exclude from analysis.<br>\ - If a module's artifactId differs from its module name (the directory name): it is the artifactId that should be use instead of the module name. +property.sonar.skippedModules.description=This property is deprecated since version 4.3 and should not be used anymore. property.sonar.includedModules.name=Module Inclusions -property.sonar.includedModules.description=Comma-separated list of the modules to analyse, all other modules are automatically ignored. Be careful: the root project must be added to the list.<br>\ - If a module's artifactId differs from its module name (the directory name): it is the artifactId that should be use instead of the module name. +property.sonar.includedModules.description=This property is deprecated since version 4.3 and should not be used anymore. property.category.exclusions.issues=Issues property.category.exclusions.issues.description=Configure the conditions under which issues should not be reported. property.category.exclusions.duplications=Duplications |