]> source.dussan.org Git - sonarqube.git/commit
SONAR-4923 Export xml is now call from the Java facade
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 17 Jan 2014 13:05:07 +0000 (14:05 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 17 Jan 2014 13:05:07 +0000 (14:05 +0100)
commitd1a27131ea2030af7e415921fc1d244d68046f9c
treef07ff1926945d20843943e05b3091bd798693ef8
parentf43bc836fbd3263a3bdefe403d18844ca9e32e66
SONAR-4923 Export xml is now call from the Java facade
sonar-plugin-api/src/main/java/org/sonar/api/profiles/ProfileExporter.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileExporter.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfiles.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
sonar-server/src/test/java/org/sonar/server/qualityprofile/QProfileExporterTest.java
sonar-server/src/test/java/org/sonar/server/qualityprofile/QProfilesTest.java