Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-09 16:30:53 +0000
committerEike Stepper2010-05-09 16:30:53 +0000
commitef3fc3eb06fb660a8e983181af4cb903f592a9c4 (patch)
tree7f5507f126794e7be6b452b8b9dad0ac14b325a0 /plugins/org.eclipse.emf.cdo.migrator/plugin.properties
parent6605672b3999349618580344b52a38a21d5a099b (diff)
downloadcdo-ef3fc3eb06fb660a8e983181af4cb903f592a9c4.tar.gz
cdo-ef3fc3eb06fb660a8e983181af4cb903f592a9c4.tar.xz
cdo-ef3fc3eb06fb660a8e983181af4cb903f592a9c4.zip
[312184] Support dynamic feature delegation in CDOMigrator
https://bugs.eclipse.org/bugs/show_bug.cgi?id=312184
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.migrator/plugin.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/plugin.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.migrator/plugin.properties b/plugins/org.eclipse.emf.cdo.migrator/plugin.properties
index fb37d84a69..5f0526eb1f 100644
--- a/plugins/org.eclipse.emf.cdo.migrator/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.migrator/plugin.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
# ==============================================================================
@@ -28,4 +28,5 @@ _UI_CDOImporter_description = Create the Ecore model based on other Ecore or EMO
# ==============================================================================
menu.label = CDO
-action.label = Migrate EMF Model \ No newline at end of file
+action.label = Migrate EMF Generator Model (reflective feature delegation)
+action2.label = Migrate EMF Generator Model (dynamic feature delegation) \ No newline at end of file

Back to the top