aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-07-08 16:20:00 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-07-08 16:20:31 +0200
commit0dbe0759d8aa4ad90a9955bb595ec7c4eec5dd62 (patch)
tree9b54bf0b54d697097c2e02df081b92d3195b0473
parent790ad90e8e591bcd3a761156687cae9cc14e46ad (diff)
downloadsonarqube-0dbe0759d8aa4ad90a9955bb595ec7c4eec5dd62.tar.gz
sonarqube-0dbe0759d8aa4ad90a9955bb595ec7c4eec5dd62.zip
SONAR-4388 Move from Sonar to SonarQube
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties2
-rw-r--r--pom.xml2
-rw-r--r--sonar-server/src/main/java/org/sonar/server/db/EmbeddedDatabase.java2
-rw-r--r--sonar-server/src/main/webapp/401.html4
-rw-r--r--sonar-server/src/main/webapp/404.html4
-rw-r--r--sonar-server/src/main/webapp/500.html2
-rw-r--r--sonar-ws-client/pom.xml2
7 files changed, 9 insertions, 9 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
index 52136eb9ce5..0e2fe22f923 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -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 4139214c30d..3a253b20479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1080,7 +1080,7 @@
<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>
diff --git a/sonar-server/src/main/java/org/sonar/server/db/EmbeddedDatabase.java b/sonar-server/src/main/java/org/sonar/server/db/EmbeddedDatabase.java
index f3bb4486ba0..d8698347fc7 100644
--- a/sonar-server/src/main/java/org/sonar/server/db/EmbeddedDatabase.java
+++ b/sonar-server/src/main/java/org/sonar/server/db/EmbeddedDatabase.java
@@ -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() {
diff --git a/sonar-server/src/main/webapp/401.html b/sonar-server/src/main/webapp/401.html
index 410b3c3ef8d..81155ddfabf 100644
--- a/sonar-server/src/main/webapp/401.html
+++ b/sonar-server/src/main/webapp/401.html
@@ -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>
diff --git a/sonar-server/src/main/webapp/404.html b/sonar-server/src/main/webapp/404.html
index 11b92568607..1252f747a62 100644
--- a/sonar-server/src/main/webapp/404.html
+++ b/sonar-server/src/main/webapp/404.html
@@ -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>
diff --git a/sonar-server/src/main/webapp/500.html b/sonar-server/src/main/webapp/500.html
index 5ef159a9994..ba937f8d67a 100644
--- a/sonar-server/src/main/webapp/500.html
+++ b/sonar-server/src/main/webapp/500.html
@@ -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;
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index 8731b6e0600..983250ebe6e 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/pom.xml
@@ -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>