Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-09-28 13:20:29 +0000
committerMartin Fluegge2011-09-28 13:20:29 +0000
commit4d417b427f52d40930b6ca1b5d758c3146ad8f22 (patch)
treeb314d3c1c6d34d3b77fe7db5ae6f1d206aa90034
parentc0d7886b7f6800eac8caa443b3adc8e502065001 (diff)
downloadcdo-4d417b427f52d40930b6ca1b5d758c3146ad8f22.tar.gz
cdo-4d417b427f52d40930b6ca1b5d758c3146ad8f22.tar.xz
cdo-4d417b427f52d40930b6ca1b5d758c3146ad8f22.zip
fixed warning
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/fragment.xml b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/fragment.xml
index 800ac7855f..5a4284d143 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/fragment.xml
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/fragment.xml
@@ -63,13 +63,13 @@
class="org.eclipse.emf.cdo.dawn.notifications.DawnGMFTransactionListener">
</DawnTransactionListener>
</extension>-->
- <extension
+ <!-- <extension
point="org.eclipse.emf.cdo.dawn.editpartstylizers">
<DawnEditPartStylizers
editpart="org.eclipse.emf.cdo.dawn.examples.acore.diagram.edit.parts.AClassEditPart"
stylizer="org.eclipse.emf.cdo.dawn.gmf.appearance.impl.DawnBasicNodeEditPartStylizerImpl">
</DawnEditPartStylizers>
- </extension>
+ </extension>-->
<extension point="org.eclipse.gmf.runtime.diagram.ui.editpartProviders" id="ep-provider">
<?gmfgen generated="true"?>
<editpartProvider class="org.eclipse.emf.cdo.dawn.examples.acore.diagram.providers.DawnAcoreEditPartProvider">

Back to the top