diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-14 09:59:18 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-14 09:59:18 +0000 |
commit | 91b4e663c59c2fd03b64ce3746617e44aeab2bdd (patch) | |
tree | e6f5ca160de886d4ade86642d2f572d18de024ff /sonar-plugin-api/src/test/resources | |
parent | 3a268c327d4cd7dc1e1e2530d2733d42a62e0d09 (diff) | |
download | sonarqube-91b4e663c59c2fd03b64ce3746617e44aeab2bdd.tar.gz sonarqube-91b4e663c59c2fd03b64ce3746617e44aeab2bdd.zip |
move deprecated check api to sonar-deprecated
Diffstat (limited to 'sonar-plugin-api/src/test/resources')
5 files changed, 0 insertions, 33 deletions
diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/profiles/CheckProfileXmlMarshallerTest/profile.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/checks/profiles/CheckProfileXmlMarshallerTest/profile.xml deleted file mode 100644 index bcbba0f82ba..00000000000 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/profiles/CheckProfileXmlMarshallerTest/profile.xml +++ /dev/null @@ -1,17 +0,0 @@ -<profile> - <name>one</name> - <language>java</language> - <check> - <repository>checkstyle</repository> - <template>C1</template> - <priority>MINOR</priority> - <property> - <key>min</key> - <value>1</value> - </property> - <property> - <key>max</key> - <value>3</value> - </property> - </check> -</profile>
\ No newline at end of file diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/AnnotatedCheckWithBundles.properties b/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/AnnotatedCheckWithBundles.properties deleted file mode 100644 index e1d764b21b4..00000000000 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/AnnotatedCheckWithBundles.properties +++ /dev/null @@ -1,6 +0,0 @@ -title: I18n Check -description: Description in english -property.max.title: Maximum value -property.max.description: Description in english of the maximum value -property.min.title: Minimum value -property.min.description: Description in english of the minimum value
\ No newline at end of file diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/AnnotatedCheckWithBundles_fr.properties b/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/AnnotatedCheckWithBundles_fr.properties deleted file mode 100644 index 14e2f2dbbcf..00000000000 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/AnnotatedCheckWithBundles_fr.properties +++ /dev/null @@ -1,6 +0,0 @@ -title: Règle d'internationalisation -description: Description en Français -property.max.title: Valeur maximale -property.max.description: Description en Français de la valeur maximale -property.min.title: Valeur minimale -property.min.description: Description en Français de la valeur minimale diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/I18nCheckWithoutDefaultLocale_fr.properties b/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/I18nCheckWithoutDefaultLocale_fr.properties deleted file mode 100644 index d020f8d393b..00000000000 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/I18nCheckWithoutDefaultLocale_fr.properties +++ /dev/null @@ -1,2 +0,0 @@ -title: Titre depuis le bundle -description: Seul le francais est disponible dans les bundles
\ No newline at end of file diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/alternative/path/AlternativeBundle.properties b/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/alternative/path/AlternativeBundle.properties deleted file mode 100644 index ceae9d0375d..00000000000 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/checks/samples/alternative/path/AlternativeBundle.properties +++ /dev/null @@ -1,2 +0,0 @@ -title : Alternative Path to Bundle -description : description of Alternative Path to Bundle
\ No newline at end of file |