Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-05-27 08:27:44 +0000
committerEike Stepper2009-05-27 08:27:44 +0000
commitaebf33e8fff30fe14dc4e96d95add31db18b1c4b (patch)
tree80c5ef3f9aa983e5e83f159a24b69598f9b1225b
parent2d19e7659b1e41ee6a0ed0ba233de87f7f68f97d (diff)
downloadcdo-aebf33e8fff30fe14dc4e96d95add31db18b1c4b.tar.gz
cdo-aebf33e8fff30fe14dc4e96d95add31db18b1c4b.tar.xz
cdo-aebf33e8fff30fe14dc4e96d95add31db18b1c4b.zip
releng
-rw-r--r--features/org.eclipse.emf.cdo.server.hibernate-feature/feature.properties6
-rw-r--r--features/org.eclipse.net4j.db-feature/feature.properties6
2 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.emf.cdo.server.hibernate-feature/feature.properties b/features/org.eclipse.emf.cdo.server.hibernate-feature/feature.properties
index b11a180e09..ca9785e6bb 100644
--- a/features/org.eclipse.emf.cdo.server.hibernate-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.server.hibernate-feature/feature.properties
@@ -3,10 +3,10 @@
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-#
+#
# Contributors:
# Eike Stepper - initial API and implementation
-
+
# NLS_MESSAGEFORMAT_VAR
# ==============================================================================
@@ -18,7 +18,7 @@
providerName = Eclipse Modeling Project
featureName = CDO Model Repository Server Hibernate
-description = CDO Model Repository Server Hibernate contains the HibernateStore and Teneo integration plugins.
+description = CDO Model Repository Server Hibernate contains the HibernateStore and Teneo integration plugins. Ensure that you that Hibernate is already installed! Visit http://net4j.sourceforge.net/update for a p2 repository that contains Hibernate.
copyrightURL = copyright.txt
copyright = Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.\n\
diff --git a/features/org.eclipse.net4j.db-feature/feature.properties b/features/org.eclipse.net4j.db-feature/feature.properties
index da78732ffe..a83f3bc0a0 100644
--- a/features/org.eclipse.net4j.db-feature/feature.properties
+++ b/features/org.eclipse.net4j.db-feature/feature.properties
@@ -3,10 +3,10 @@
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-#
+#
# Contributors:
# Eike Stepper - initial API and implementation
-
+
# NLS_MESSAGEFORMAT_VAR
# ==============================================================================
@@ -18,7 +18,7 @@
providerName = Eclipse Modeling Project
featureName = Net4j DB Framework
-description = Net4j DB Framework contains the database core framework and database provider plugins (derby, hsqldb and mysql).
+description = Net4j DB Framework contains the database core framework and the Derby database adapter plugin. Additional database adapters and drivers are available via http://net4j.sourceforge.net/update (read the license informations).
copyrightURL = copyright.txt
copyright = Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.\n\

Back to the top