diff options
Diffstat (limited to 'sonar-application')
5 files changed, 9 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/extensions/jdbc-driver/derby/README.txt b/sonar-application/src/main/assembly/extensions/jdbc-driver/derby/README.txt new file mode 100644 index 00000000000..803f6979618 --- /dev/null +++ b/sonar-application/src/main/assembly/extensions/jdbc-driver/derby/README.txt @@ -0,0 +1 @@ +Please do not touch this directory. No files must be added or changed.
\ No newline at end of file diff --git a/sonar-application/src/main/assembly/extensions/jdbc-driver/mssql/README.txt b/sonar-application/src/main/assembly/extensions/jdbc-driver/mssql/README.txt new file mode 100644 index 00000000000..e20167aead8 --- /dev/null +++ b/sonar-application/src/main/assembly/extensions/jdbc-driver/mssql/README.txt @@ -0,0 +1,2 @@ +Please copy a SQLServer JDBC driver in this directory. See compatible versions at http://docs.codehaus.org/display/SONAR/Requirements. +Note that only a single JAR file is accepted. A failure is raised at startup if multiple JAR files are available.
\ No newline at end of file diff --git a/sonar-application/src/main/assembly/extensions/jdbc-driver/mysql/README.txt b/sonar-application/src/main/assembly/extensions/jdbc-driver/mysql/README.txt new file mode 100644 index 00000000000..e1852773a89 --- /dev/null +++ b/sonar-application/src/main/assembly/extensions/jdbc-driver/mysql/README.txt @@ -0,0 +1,2 @@ +Please copy a MySQL JDBC driver in this directory. See compatible versions at http://docs.codehaus.org/display/SONAR/Requirements. +Note that only a single JAR file is accepted. A failure is raised at startup if multiple JAR files are available.
\ No newline at end of file diff --git a/sonar-application/src/main/assembly/extensions/jdbc-driver/oracle/README.txt b/sonar-application/src/main/assembly/extensions/jdbc-driver/oracle/README.txt new file mode 100644 index 00000000000..06f081518f8 --- /dev/null +++ b/sonar-application/src/main/assembly/extensions/jdbc-driver/oracle/README.txt @@ -0,0 +1,2 @@ +Please copy an Oracle JDBC driver in this directory. See compatible versions at http://docs.codehaus.org/display/SONAR/Requirements. +Note that only a single JAR file is accepted. A failure is raised at startup if multiple JAR files are available.
\ No newline at end of file diff --git a/sonar-application/src/main/assembly/extensions/jdbc-driver/postgresql/README.txt b/sonar-application/src/main/assembly/extensions/jdbc-driver/postgresql/README.txt new file mode 100644 index 00000000000..93174c9572e --- /dev/null +++ b/sonar-application/src/main/assembly/extensions/jdbc-driver/postgresql/README.txt @@ -0,0 +1,2 @@ +Please copy a PostgreSQL JDBC driver in this directory. See compatible versions at http://docs.codehaus.org/display/SONAR/Requirements. +Note that only a single JAR file is accepted. A failure is raised at startup if multiple JAR files are available.
\ No newline at end of file |