diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-04-08 16:36:23 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-04-08 16:36:23 +0200 |
commit | 916f62d202a8cbf3deb0bf2cf7836b075b5931a0 (patch) | |
tree | ba5102ee38df2b31936676ae68e3df6cec9ff100 /sonar-application/src | |
parent | 31a769e8450a1da2c516fa042b1433059daa1325 (diff) | |
download | sonarqube-916f62d202a8cbf3deb0bf2cf7836b075b5931a0.tar.gz sonarqube-916f62d202a8cbf3deb0bf2cf7836b075b5931a0.zip |
SONAR-5075 Update application name in shell scripts
Diffstat (limited to 'sonar-application/src')
7 files changed, 14 insertions, 14 deletions
diff --git a/sonar-application/src/main/assembly/bin/linux-ppc-64/sonar.sh b/sonar-application/src/main/assembly/bin/linux-ppc-64/sonar.sh index aa02bd87032..9bb17e6cf3f 100755 --- a/sonar-application/src/main/assembly/bin/linux-ppc-64/sonar.sh +++ b/sonar-application/src/main/assembly/bin/linux-ppc-64/sonar.sh @@ -14,8 +14,8 @@ # # NOTE: The build for specific applications may override this during the resource-copying # phase, to fill in a concrete name and avoid the use of the defaults specified here. -DEF_APP_NAME="sonar" -DEF_APP_LONG_NAME="sonar" +DEF_APP_NAME="SonarQube" +DEF_APP_LONG_NAME="SonarQube" # Application APP_NAME="${DEF_APP_NAME}" diff --git a/sonar-application/src/main/assembly/bin/linux-x86-32/sonar.sh b/sonar-application/src/main/assembly/bin/linux-x86-32/sonar.sh index aa02bd87032..9bb17e6cf3f 100755 --- a/sonar-application/src/main/assembly/bin/linux-x86-32/sonar.sh +++ b/sonar-application/src/main/assembly/bin/linux-x86-32/sonar.sh @@ -14,8 +14,8 @@ # # NOTE: The build for specific applications may override this during the resource-copying # phase, to fill in a concrete name and avoid the use of the defaults specified here. -DEF_APP_NAME="sonar" -DEF_APP_LONG_NAME="sonar" +DEF_APP_NAME="SonarQube" +DEF_APP_LONG_NAME="SonarQube" # Application APP_NAME="${DEF_APP_NAME}" diff --git a/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh b/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh index aa02bd87032..9bb17e6cf3f 100755 --- a/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh +++ b/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh @@ -14,8 +14,8 @@ # # NOTE: The build for specific applications may override this during the resource-copying # phase, to fill in a concrete name and avoid the use of the defaults specified here. -DEF_APP_NAME="sonar" -DEF_APP_LONG_NAME="sonar" +DEF_APP_NAME="SonarQube" +DEF_APP_LONG_NAME="SonarQube" # Application APP_NAME="${DEF_APP_NAME}" diff --git a/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh b/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh index 525cf6053ee..a22b20aa2da 100755 --- a/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh +++ b/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh @@ -14,8 +14,8 @@ # # NOTE: The build for specific applications may override this during the resource-copying # phase, to fill in a concrete name and avoid the use of the defaults specified here. -DEF_APP_NAME="sonar" -DEF_APP_LONG_NAME="sonar" +DEF_APP_NAME="SonarQube" +DEF_APP_LONG_NAME="SonarQube" # Application APP_NAME="${DEF_APP_NAME}" diff --git a/sonar-application/src/main/assembly/bin/solaris-sparc-32/sonar.sh b/sonar-application/src/main/assembly/bin/solaris-sparc-32/sonar.sh index b7ea5df58b6..a9ca30e4837 100755 --- a/sonar-application/src/main/assembly/bin/solaris-sparc-32/sonar.sh +++ b/sonar-application/src/main/assembly/bin/solaris-sparc-32/sonar.sh @@ -14,8 +14,8 @@ # # NOTE: The build for specific applications may override this during the resource-copying # phase, to fill in a concrete name and avoid the use of the defaults specified here. -DEF_APP_NAME="sonar" -DEF_APP_LONG_NAME="sonar" +DEF_APP_NAME="SonarQube" +DEF_APP_LONG_NAME="SonarQube" # Application APP_NAME="${DEF_APP_NAME}" diff --git a/sonar-application/src/main/assembly/bin/solaris-sparc-64/sonar.sh b/sonar-application/src/main/assembly/bin/solaris-sparc-64/sonar.sh index b7ea5df58b6..a9ca30e4837 100755 --- a/sonar-application/src/main/assembly/bin/solaris-sparc-64/sonar.sh +++ b/sonar-application/src/main/assembly/bin/solaris-sparc-64/sonar.sh @@ -14,8 +14,8 @@ # # NOTE: The build for specific applications may override this during the resource-copying # phase, to fill in a concrete name and avoid the use of the defaults specified here. -DEF_APP_NAME="sonar" -DEF_APP_LONG_NAME="sonar" +DEF_APP_NAME="SonarQube" +DEF_APP_LONG_NAME="SonarQube" # Application APP_NAME="${DEF_APP_NAME}" diff --git a/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh b/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh index 8848cfa9ba5..9eaf20a1e0e 100755 --- a/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh +++ b/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh @@ -14,8 +14,8 @@ # # NOTE: The build for specific applications may override this during the resource-copying # phase, to fill in a concrete name and avoid the use of the defaults specified here. -DEF_APP_NAME="sonar" -DEF_APP_LONG_NAME="sonar" +DEF_APP_NAME="SonarQube" +DEF_APP_LONG_NAME="SonarQube" # Application APP_NAME="${DEF_APP_NAME}" |