Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-11-12 09:03:57 +0000
committerEike Stepper2013-11-12 09:03:57 +0000
commit953fed8152c7a0b5f1045f22ac7fabf7fc74d3e9 (patch)
treed55ef2434b29aa4f9e7b39846a5af7f782ba5c5e /features/org.eclipse.emf.cdo.server.objectivity-feature
parent51ec118978bd2cb292b67b36d27dfa7a4444bfed (diff)
downloadcdo-953fed8152c7a0b5f1045f22ac7fabf7fc74d3e9.tar.gz
cdo-953fed8152c7a0b5f1045f22ac7fabf7fc74d3e9.tar.xz
cdo-953fed8152c7a0b5f1045f22ac7fabf7fc74d3e9.zip
Consolidate feature names and categories
Diffstat (limited to 'features/org.eclipse.emf.cdo.server.objectivity-feature')
-rw-r--r--features/org.eclipse.emf.cdo.server.objectivity-feature/feature.properties2
-rw-r--r--features/org.eclipse.emf.cdo.server.objectivity-feature/feature.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.emf.cdo.server.objectivity-feature/feature.properties b/features/org.eclipse.emf.cdo.server.objectivity-feature/feature.properties
index aebc30d2e0..6aee8fe7b2 100644
--- a/features/org.eclipse.emf.cdo.server.objectivity-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.server.objectivity-feature/feature.properties
@@ -4,5 +4,5 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-featureName = CDO Model Repository Server Objectivity Store
+featureName = CDO Model Repository Server Objectivity
description = Contains the Objectivity Store and stubbed jar file bundle. For runtime, ensure that you have Objectivity /DB installed!
diff --git a/features/org.eclipse.emf.cdo.server.objectivity-feature/feature.xml b/features/org.eclipse.emf.cdo.server.objectivity-feature/feature.xml
index 52f84c4ef4..f83daa145d 100644
--- a/features/org.eclipse.emf.cdo.server.objectivity-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.server.objectivity-feature/feature.xml
@@ -13,7 +13,7 @@
<feature
id="org.eclipse.emf.cdo.server.objectivity"
label="%featureName"
- version="4.2.0.qualifier"
+ version="4.2.100.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.emf.cdo.license"
license-feature-version="0.0.0">

Back to the top