diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-12 16:03:17 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-12 16:03:51 +0200 |
commit | 9f58e25cb331d9619e0cf059367196b3816eecb2 (patch) | |
tree | 32be40fc11a47685a665098d3a573964b69dbb83 /sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest | |
parent | 1103e34e0b7bd96ac258dd4ccdb6c308f738f281 (diff) | |
download | sonarqube-9f58e25cb331d9619e0cf059367196b3816eecb2.tar.gz sonarqube-9f58e25cb331d9619e0cf059367196b3816eecb2.zip |
SONAR-4245 Don't allow to convert a Sonar Maven project into a Sonar Maven module
Diffstat (limited to 'sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest')
-rw-r--r-- | sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest/shared.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest/shared.xml b/sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest/shared.xml index 4eaddace0e1..813a604bf6e 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest/shared.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest/shared.xml @@ -9,4 +9,4 @@ scope="PRJ" qualifier="TRK" created_at="2008-11-01 13:58:00.00" build_date="2008-11-01 13:58:00.00" version="[null]" path="" status="P" islast="false" depth="0" /> -</dataset>
\ No newline at end of file +</dataset> |