aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorDinesh Bolkensteyn <dinesh@dinsoft.net>2013-07-09 16:50:11 +0200
committerDinesh Bolkensteyn <dinesh@dinsoft.net>2013-07-09 16:50:11 +0200
commit59d665b57fb5153bec74aa9076425ce1f98869fd (patch)
tree5b0d15ec7b73f1edf571825f3ae7b861c15c7673 /sonar-application
parent907b63dd3fa9ff00bdeb7d2e96d26e34a95782e5 (diff)
downloadsonarqube-59d665b57fb5153bec74aa9076425ce1f98869fd.tar.gz
sonarqube-59d665b57fb5153bec74aa9076425ce1f98869fd.zip
Replace Derby by H2 in data/README.txt
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/data/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/data/README.txt b/sonar-application/src/main/assembly/data/README.txt
index 33f6f17c338..53b27288f2e 100644
--- a/sonar-application/src/main/assembly/data/README.txt
+++ b/sonar-application/src/main/assembly/data/README.txt
@@ -1 +1 @@
-This directory contains data of embedded database (Apache Derby). It's recommended for tests and demos only. \ No newline at end of file
+This directory contains data of embedded database (H2 Database Engine). It's recommended for tests and demos only.