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.codegen
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.codegen')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen/about.properties4
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen/plugin.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/about.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen/about.properties
index 86bba7bf7e..1e377256a3 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen/about.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/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 Codegen (Experimental)
-featureText = CDO Dawn Codegen (Experimental)\n\
+featureName = CDO Dawn Codegen
+featureText = CDO Dawn Codegen\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen/plugin.properties
index c07352d099..fac752abf5 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/plugin.properties
@@ -7,7 +7,7 @@
# Contributors:
# Eike Stepper - initial API and implementation
-pluginName = CDO Dawn Codegen (Experimental)
+pluginName = CDO Dawn Codegen
providerName = Eclipse Modeling Project
generate.emf.label = Generate Dawn EMF Fragment
generate.gmf.label = Generate Dawn GMF Fragment

Back to the top