Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/plugin.xml')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/plugin.xml b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/plugin.xml
new file mode 100644
index 00000000000..296c1fc8948
--- /dev/null
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/plugin.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.papyrus.infra.gmfdiag.common.pasteStrategy">
+ <strategy
+ strategy="org.eclipse.papyrus.infra.nattable.internal.gmfdiag.strategy.paste.TablePasteStrategy">
+ </strategy>
+ </extension>
+</plugin>

Back to the top