diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-17 12:55:04 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-17 12:58:48 +0100 |
commit | e0ce14f97286bc7c3e777f6b1c644817a7be7130 (patch) | |
tree | e31a9b4ef16cdae33355a4dc1daaf5ce8154e766 /sonar-application/src/main/assembly/extensions/jdbc-driver/postgresql | |
parent | 0c453cfecef071a2a1ffaca473f8393edefd9702 (diff) | |
download | sonarqube-e0ce14f97286bc7c3e777f6b1c644817a7be7130.tar.gz sonarqube-e0ce14f97286bc7c3e777f6b1c644817a7be7130.zip |
SONAR-3175 Document the constraint on number of JAR files in jdbc-driver directories
Diffstat (limited to 'sonar-application/src/main/assembly/extensions/jdbc-driver/postgresql')
-rw-r--r-- | sonar-application/src/main/assembly/extensions/jdbc-driver/postgresql/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |