Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-09-03 11:31:45 +0000
committerVincent Lorenzo2015-09-03 11:40:58 +0000
commitf2983ae60cc3e163befebda6ab79e383d0beff2c (patch)
tree2fcca919bf0607a94e6a2ee8a35b09623bdf6607
parent1ee4ddc22995384d05571e0c84d627c914dfb3f9 (diff)
downloadorg.eclipse.papyrus-f2983ae60cc3e163befebda6ab79e383d0beff2c.tar.gz
org.eclipse.papyrus-f2983ae60cc3e163befebda6ab79e383d0beff2c.tar.xz
org.eclipse.papyrus-f2983ae60cc3e163befebda6ab79e383d0beff2c.zip
bug 476531: [Table] UML Generic Table doesn't appear in new Project wizard
-rwxr-xr-x[-rw-r--r--]plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/builtin/default.configuration2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/builtin/default.configuration b/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/builtin/default.configuration
index 53d82acf30c..16381c4bb4b 100644..100755
--- a/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/builtin/default.configuration
+++ b/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/builtin/default.configuration
@@ -435,7 +435,7 @@
<element href="http://www.eclipse.org/uml2/5.0.0/UML#//NamedElement"/>
</owningRules>
</modelKinds>
- <modelKinds xsi:type="configuration:PapyrusSyncTable" xmi:id="_7wNb2NxhEeOqHvRyiN87hA" name="Generic Table" icon="platform:/plugin/org.eclipse.papyrus.uml.nattable.generic.config/icons/uml_generic_table.png" implementationID="PapyrusGenericTable" categories="_7wNb5dxhEeOqHvRyiN87hA">
+ <modelKinds xsi:type="configuration:PapyrusSyncTable" xmi:id="_7wNb2NxhEeOqHvRyiN87hA" name="Generic Table" icon="platform:/plugin/org.eclipse.papyrus.uml.nattable.generic.config/icons/uml_generic_table.png" implementationID="PapyrusGenericTable" categories="_7wNb4txhEeOqHvRyiN87hA">
<modelRules xmi:id="_7wNb2dxhEeOqHvRyiN87hA">
<element href="http://www.eclipse.org/uml2/5.0.0/UML#//NamedElement"/>
</modelRules>

Back to the top