Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-04-16 15:24:04 +0000
committerMartin Fluegge2011-04-16 15:24:04 +0000
commitad9ec36232679055608d260d63ecec99b54cc238 (patch)
tree3db7d3002037721144cac32b5695b79c3d9a0f60 /plugins/org.eclipse.emf.cdo.dawn.codegen/src
parent802f79f3180df5b450294fb3b09b08b9a07c20c1 (diff)
downloadcdo-ad9ec36232679055608d260d63ecec99b54cc238.tar.gz
cdo-ad9ec36232679055608d260d63ecec99b54cc238.tar.xz
cdo-ad9ec36232679055608d260d63ecec99b54cc238.zip
[333187] [Dawn] Provide integration for Ecore Tools
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333187
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.codegen/src')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt
index 490297e189..b22507a0b3 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/template/GMFFragmentTemplate.xpt
@@ -98,7 +98,6 @@ public class «this.dawnEditorClassName» extends «GMFGenEditorGenerator.editor.cl
}
dawnEditorSupport.setView(((DawnEditorInput)input).getView());
- dawnEditorSupport.registerListeners();
}
«EXPAND generatedComment -»
@@ -106,6 +105,7 @@ public class «this.dawnEditorClassName» extends «GMFGenEditorGenerator.editor.cl
protected void initializeGraphicalViewer()
{
super.initializeGraphicalViewer();
+ dawnEditorSupport.registerListeners();
}
«EXPAND generatedComment -»

Back to the top