]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4388 Move from Sonar to SonarQube
authorJulien HENRY <julien.henry@sonarsource.com>
Mon, 8 Jul 2013 14:20:00 +0000 (16:20 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Mon, 8 Jul 2013 14:20:31 +0000 (16:20 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
pom.xml
sonar-server/src/main/java/org/sonar/server/db/EmbeddedDatabase.java
sonar-server/src/main/webapp/401.html
sonar-server/src/main/webapp/404.html
sonar-server/src/main/webapp/500.html
sonar-ws-client/pom.xml

index 52136eb9ce5a2827ae068c9a3d5046d8ab3f8a90..0e2fe22f9232218e55bea2a0076411503e8c62d1 100644 (file)
@@ -805,7 +805,7 @@ category.exclusions.help=<h2>Wildcards</h2>\
  </table>
 
 property.sonar.skippedModules.name=Exclude project modules from code analysis
-property.sonar.skippedModules.description=Comma separated list of module keys to be excluded from analysis. This property can be used for instance to exclude some Maven modules from a Sonar analysis. Changes will be applied during next code analysis.
+property.sonar.skippedModules.description=Comma separated list of module keys to be excluded from analysis. This property can be used for instance to exclude some Maven modules from a SonarQube analysis. Changes will be applied during next code analysis.
 property.error.notBoolean=Valid options are "true" and "false"
 property.error.notInteger=Only digits are allowed
 property.error.notFloat=Not a floating point number
diff --git a/pom.xml b/pom.xml
index 4139214c30d845d4883410118f8a87dd81c1f030..3a253b20479240bb38f64056d18304641ab57e48 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
   <mailingLists>
     <mailingList>
-      <name>Sonar users mailing list</name>
+      <name>SonarQube users mailing list</name>
       <subscribe>http://xircles.codehaus.org/projects/sonar/lists</subscribe>
       <unsubscribe>http://xircles.codehaus.org/projects/sonar/lists</unsubscribe>
       <post>user@sonar.codehaus.org</post>
index f3bb4486ba00b3726f769ef5e173725832162acf..d8698347fc704b29c938b10ec3de65a3b6c9b483 100644 (file)
@@ -53,7 +53,7 @@ public class EmbeddedDatabase {
       return new File(sonarHome, "data");
     }
 
-    throw new IllegalStateException("Sonar home directory does not exist");
+    throw new IllegalStateException("SonarQube home directory does not exist");
   }
 
   public void start() {
index 410b3c3ef8d57533e9bd3eac6807ab5bb9b62ca6..81155ddfabf912778066f61a8659530611b341d2 100644 (file)
@@ -5,7 +5,7 @@
 
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
-  <title>Sonar (401)</title>
+  <title>SonarQube (401)</title>
   <style type="text/css">
     body {
       background-color: #fff;
@@ -43,4 +43,4 @@
   </p>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
index 11b92568607633f5062b3199409ba7514446cda9..1252f747a62bebefdf701229f399550f6f640db1 100644 (file)
@@ -5,7 +5,7 @@
 
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
-  <title>Sonar (404)</title>
+  <title>SonarQube (404)</title>
   <style type="text/css">
     body {
       background-color: #fff;
@@ -43,4 +43,4 @@
   </p>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
index 5ef159a999475b3c7094bf2743eb8f0fb15193a3..ba937f8d67ae9d07f92b6d3c8f91883bd0395ade 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
-  <title>Sonar</title>
+  <title>SonarQube</title>
   <style type="text/css">
     body {
       background-color: #fff;
index 8731b6e060021663f2f816750760fdff4d962dda..983250ebe6e4f6618d39a81beccc10600c4f0a10 100644 (file)
@@ -10,7 +10,7 @@
   <artifactId>sonar-ws-client</artifactId>
   <packaging>jar</packaging>
   <name>SonarQube :: Web Service Client</name>
-  <description>Java Client Library for Sonar Web Services</description>
+  <description>Java Client Library for SonarQube Web Services</description>
 
   <properties>
     <httpclient4.version>4.2.2</httpclient4.version>