aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-10-07 13:57:10 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-10-07 13:57:10 +0200
commit5f948f97d8fdff638bc306e22813dd39b718d2a3 (patch)
tree29202aef1e5be25fed4237356053d4933aa60cdf /sonar-application
parentef5bf7fdece84e5a52c8d478c8a733ecdf4d57f1 (diff)
downloadsonarqube-5f948f97d8fdff638bc306e22813dd39b718d2a3.tar.gz
sonarqube-5f948f97d8fdff638bc306e22813dd39b718d2a3.zip
SONAR-2874 change the Oracle driver in conf/sonar.properties
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index a5ccc8377e2..d9735de8cf3 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -73,7 +73,7 @@ sonar.jdbc.driverClassName: org.apache.derby.jdbc.ClientDriver
# - Comment the embedded database and uncomment the following properties. The validation query is optional.
#
#sonar.jdbc.url: jdbc:oracle:thin:@localhost/XE
-#sonar.jdbc.driverClassName: oracle.jdbc.driver.OracleDriver
+#sonar.jdbc.driverClassName: oracle.jdbc.OracleDriver
#sonar.jdbc.validationQuery: select 1 from dual
# Uncomment the following property if multiple Sonar schemas are installed on the same server