Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2009-12-09 17:34:30 +0000
committerptessier2009-12-09 17:34:30 +0000
commit0a1fefd78e8f83e9ddf10f2f01408521efd10ba6 (patch)
tree3732b685a446b8d38bed1c0225d2423c82f69471 /plugins/core
parent69f9f18674ddb52afed0000652d909ea3ea3496c (diff)
downloadorg.eclipse.papyrus-0a1fefd78e8f83e9ddf10f2f01408521efd10ba6.tar.gz
org.eclipse.papyrus-0a1fefd78e8f83e9ddf10f2f01408521efd10ba6.tar.xz
org.eclipse.papyrus-0a1fefd78e8f83e9ddf10f2f01408521efd10ba6.zip
RESOLVED - bug 297323: [General] Papyrus shall create a model including basic primitive type
https://bugs.eclipse.org/bugs/show_bug.cgi?id=297323
Diffstat (limited to 'plugins/core')
-rw-r--r--plugins/core/org.eclipse.papyrus.wizards/plugin.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/core/org.eclipse.papyrus.wizards/plugin.xml b/plugins/core/org.eclipse.papyrus.wizards/plugin.xml
index eef499ee5ee..c9340b2d8d8 100644
--- a/plugins/core/org.eclipse.papyrus.wizards/plugin.xml
+++ b/plugins/core/org.eclipse.papyrus.wizards/plugin.xml
@@ -22,13 +22,5 @@
</action>
</objectContribution>
</extension>
- <extension
- point="org.eclipse.papyrus.wizards.templates">
- <template
- file="modelTemplate/gvMetrica.uml"
- id="org.eclipse.papyrus.wizards.templates.gvmetrica"
- name="Default UML2 structure for GvMetrica">
- </template>
- </extension>
</plugin>

Back to the top