Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-01-28 11:11:14 +0000
committerEike Stepper2011-01-28 11:11:14 +0000
commit5368d1239436814010871636848d6b3429dbaa46 (patch)
treeaa0597384d55d21ef0ea0bdb914c9c4f207e904e /plugins/org.eclipse.emf.cdo.dawn
parent6de62ae21edf8d8ad45ffe188bc4ee7cd4632902 (diff)
downloadcdo-5368d1239436814010871636848d6b3429dbaa46.tar.gz
cdo-5368d1239436814010871636848d6b3429dbaa46.tar.xz
cdo-5368d1239436814010871636848d6b3429dbaa46.zip
removed "experimental" tag from dawn components
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn/about.properties4
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn/plugin.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn/about.properties b/plugins/org.eclipse.emf.cdo.dawn/about.properties
index 9705dcbfbd..74cf8def0d 100644
--- a/plugins/org.eclipse.emf.cdo.dawn/about.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn/about.properties
@@ -16,8 +16,8 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-featureName = CDO Dawn Runtime (Experimental)
-featureText = CDO Dawn Runtime (Experimental)\n\
+featureName = CDO Dawn Runtime
+featureText = CDO Dawn Runtime\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
diff --git a/plugins/org.eclipse.emf.cdo.dawn/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn/plugin.properties
index c692178c90..686bcaab10 100644
--- a/plugins/org.eclipse.emf.cdo.dawn/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn/plugin.properties
@@ -7,5 +7,5 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-pluginName = CDO Dawn Runtime (Experimental)
+pluginName = CDO Dawn Runtime
providerName = Eclipse Modeling Project

Back to the top