Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleFlowProperty.xwt')
-rw-r--r--extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleFlowProperty.xwt30
1 files changed, 15 insertions, 15 deletions
diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleFlowProperty.xwt b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleFlowProperty.xwt
index 03d5e80ba29..fe4e8a39e17 100644
--- a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleFlowProperty.xwt
+++ b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleFlowProperty.xwt
@@ -1,16 +1,16 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Group xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns:x="http://www.eclipse.org/xwt" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns="http://www.eclipse.org/xwt/presentation" xmlns:j="clr-namespace:java.lang"
- text="FlowProperty">
- <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:FlowProperty:direction"></ppe:EnumCombo>
- </Composite>
+<?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:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+ xmlns="http://www.eclipse.org/xwt/presentation" xmlns:j="clr-namespace:java.lang"
+ text="FlowProperty">
+ <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:FlowProperty:direction"></ppe:EnumCombo>
+ </Composite>
</Group> \ No newline at end of file

Back to the top