Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-10-11 09:17:39 +0000
committerEike Stepper2015-10-11 09:17:39 +0000
commitc34ea38795d4c1754e2e2c88bd3189bcde541ae2 (patch)
tree7513346c0712ab1d4a4b71350b0d4972cddc10a3
parent3eef1df9b64b2b45a5ffaefb621b5687ced20c64 (diff)
downloadcdo-c34ea38795d4c1754e2e2c88bd3189bcde541ae2.tar.gz
cdo-c34ea38795d4c1754e2e2c88bd3189bcde541ae2.tar.xz
cdo-c34ea38795d4c1754e2e2c88bd3189bcde541ae2.zip
[Releng] Enhance the Net4j DB Framework feature description
-rw-r--r--features/org.eclipse.net4j.db-feature/feature.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/org.eclipse.net4j.db-feature/feature.properties b/features/org.eclipse.net4j.db-feature/feature.properties
index c1cfdaaf40..48a3c0d58b 100644
--- a/features/org.eclipse.net4j.db-feature/feature.properties
+++ b/features/org.eclipse.net4j.db-feature/feature.properties
@@ -5,4 +5,6 @@
# http://www.eclipse.org/legal/epl-v10.html
featureName = Net4j DB Framework
-description = Contains the database core framework and database adapter plugins for Derby, Mysql, HSQLDB and PostgreSQL. Additional database drivers are available via http://www.elver.org/eclipse/2.1.0/update (read the license informations).
+description = Contains the database core framework, the H2 database adapter plugin, and optionally/greedily the H2 database driver.\
+ Separate database adapter features are available for Derby, Mysql, HSQLDB, Oracle, DB2, and PostgreSQL.\
+ Additional database drivers are available via http://www.elver.org/eclipse/2.1.0/update (read the license informations).

Back to the top