From 18ad773901849708d42042552339dd713e40ad65 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Mon, 4 Apr 2011 21:59:55 +0400 Subject: [PATCH] Fix crlf --- .../findbugsXmlWithUnknownCategory.xml | 10 ++-- .../findbugs/findbugsXmlWithUnknownCode.xml | 10 ++-- .../findbugs/findbugsXmlWithUnknownRule.xml | 18 +++---- .../plugins/findbugs/test_module_tree.xml | 18 +++---- .../plugins/findbugs/test_xml_complete.xml | 22 ++++---- .../pmd/complex-with-unknown-nodes.xml | 54 +++++++++---------- .../org/sonar/plugins/pmd/simple.xml | 34 ++++++------ .../sonar/plugins/pmd/test_xml_complete.xml | 38 ++++++------- 8 files changed, 102 insertions(+), 102 deletions(-) diff --git a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCategory.xml b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCategory.xml index 33115c28621..fa1766f9696 100644 --- a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCategory.xml +++ b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCategory.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCode.xml b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCode.xml index 874d9c570aa..fa48f22b504 100644 --- a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCode.xml +++ b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCode.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownRule.xml b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownRule.xml index 4e542bbcba7..44214ba7c2a 100644 --- a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownRule.xml +++ b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownRule.xml @@ -1,9 +1,9 @@ - - - - - - - - - + + + + + + + + + diff --git a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_module_tree.xml b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_module_tree.xml index ec5853df727..c53239001c0 100644 --- a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_module_tree.xml +++ b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_module_tree.xml @@ -1,9 +1,9 @@ - - - - - - - - - + + + + + + + + + diff --git a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_xml_complete.xml b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_xml_complete.xml index 6be898051d5..57a4af4b209 100644 --- a/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_xml_complete.xml +++ b/plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_xml_complete.xml @@ -1,11 +1,11 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/complex-with-unknown-nodes.xml b/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/complex-with-unknown-nodes.xml index c8205d6550c..76a2501ee63 100644 --- a/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/complex-with-unknown-nodes.xml +++ b/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/complex-with-unknown-nodes.xml @@ -1,28 +1,28 @@ - - - - Sonar PMD rules - to exclude - to include - - rule description - 2 - - - - - an example - - - 3 - - - - - - 4 - - - + + + + Sonar PMD rules + to exclude + to include + + rule description + 2 + + + + + an example + + + 3 + + + + + + 4 + + + \ No newline at end of file diff --git a/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/simple.xml b/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/simple.xml index 68c82503881..43a25104a49 100644 --- a/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/simple.xml +++ b/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/simple.xml @@ -1,18 +1,18 @@ - - - Sonar PMD rules - - 2 - - - - - - - - - - - 4 - + + + Sonar PMD rules + + 2 + + + + + + + + + + + 4 + \ No newline at end of file diff --git a/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/test_xml_complete.xml b/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/test_xml_complete.xml index 4baa6bff58c..39634039cfd 100644 --- a/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/test_xml_complete.xml +++ b/plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/test_xml_complete.xml @@ -1,20 +1,20 @@ - - - - A test profile - - 2 - - - - - - 3 - - - - - - 4 - + + + + A test profile + + 2 + + + + + + 3 + + + + + + 4 + \ No newline at end of file -- 2.39.5