Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleDataPool.xwt')
-rw-r--r--extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleDataPool.xwt25
1 files changed, 0 insertions, 25 deletions
diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleDataPool.xwt b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleDataPool.xwt
deleted file mode 100644
index 30b999d77a4..00000000000
--- a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleDataPool.xwt
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Group xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
- xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:j="clr-namespace:java.lang" xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
- text="DataPool">
- <Group.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Group.layout>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:EnumCombo input="{Binding}"
- property="MARTE:MARTE_DesignModel:GCM:DataPool:ordering"></ppe:EnumCombo>
- </Composite>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:ReferenceDialog input="{Binding}"
- property="MARTE:MARTE_DesignModel:GCM:DataPool:insertion"></ppe:ReferenceDialog>
- <ppe:ReferenceDialog input="{Binding}"
- property="MARTE:MARTE_DesignModel:GCM:DataPool:selection"></ppe:ReferenceDialog>
- </Composite>
-</Group> \ No newline at end of file

Back to the top