]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4362 Removed obsolete sonar.jdbc.driverClassName in sonar.properties file
authorJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>
Mon, 24 Jun 2013 12:39:08 +0000 (14:39 +0200)
committerJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>
Mon, 24 Jun 2013 12:39:08 +0000 (14:39 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index f5a6e4d08b234012a1011f1c493e74c1b2ffdb63..d4fc1ff02e8120d0ba47f6791c17bdc691406e39 100644 (file)
@@ -46,7 +46,6 @@ sonar.jdbc.password:                       sonar
 
 # Comment the following line to deactivate the default embedded database.
 sonar.jdbc.url:                            jdbc:h2:tcp://localhost:9092/sonar
-#sonar.jdbc.driverClassName:                org.h2.Driver
 
 # directory containing H2 database files. By default it's the /data directory in the sonar installation.
 #sonar.embeddedDatabase.dataDir:
@@ -58,9 +57,6 @@ sonar.jdbc.url:                            jdbc:h2:tcp://localhost:9092/sonar
 # Comment the embedded database and uncomment the following line to use MySQL
 #sonar.jdbc.url:                            jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true
 
-# Optional properties
-#sonar.jdbc.driverClassName:                com.mysql.jdbc.Driver
-
 
 #----- Oracle 10g/11g
 # To connect to Oracle database :
@@ -71,8 +67,6 @@ sonar.jdbc.url:                            jdbc:h2:tcp://localhost:9092/sonar
 # - Comment the embedded database and uncomment the following line :
 #sonar.jdbc.url:                            jdbc:oracle:thin:@localhost/XE
 
-# Optional properties
-#sonar.jdbc.driverClassName:                oracle.jdbc.OracleDriver
 
 # Uncomment the following property if the Oracle account has permissions to access multiple schemas,
 # for example sonar schemas with different versions. In that case, use the same property during project analysis
@@ -85,8 +79,6 @@ sonar.jdbc.url:                            jdbc:h2:tcp://localhost:9092/sonar
 # Comment the embedded database and uncomment the following property to use PostgreSQL
 #sonar.jdbc.url:                            jdbc:postgresql://localhost/sonar
 
-# Optional properties
-#sonar.jdbc.driverClassName:                org.postgresql.Driver
 
 # Uncomment the following property if the PostgreSQL account has permissions to access multiple schemas,
 # for example sonar schemas with different versions. In that case, use the same property during project analysis
@@ -98,9 +90,6 @@ sonar.jdbc.url:                            jdbc:h2:tcp://localhost:9092/sonar
 # The Jtds open source driver is available in extensions/jdbc-driver/mssql. More details on http://jtds.sourceforge.net
 #sonar.jdbc.url:                            jdbc:jtds:sqlserver://localhost/sonar;SelectMethod=Cursor
 
-# Optional properties
-#sonar.jdbc.driverClassName:                net.sourceforge.jtds.jdbc.Driver
-
 
 #----- Connection pool settings
 sonar.jdbc.maxActive:                      20