Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleTimedDurationObservation.xwt')
-rw-r--r--extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleTimedDurationObservation.xwt28
1 files changed, 14 insertions, 14 deletions
diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleTimedDurationObservation.xwt b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleTimedDurationObservation.xwt
index 2e633aef1e0..6ff2eac8b76 100644
--- a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleTimedDurationObservation.xwt
+++ b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleTimedDurationObservation.xwt
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Group xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt"
- xmlns:j="clr-namespace:java.lang" xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" text="TimedDurationObservation">
- <Group.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Group.layout>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:InvalidWidget input="{Binding}"
- property="MARTE:MARTE_Foundations:Time:TimedDurationObservation:obsKind"></ppe:InvalidWidget>
- </Composite>
+<?xml version="1.0" encoding="UTF-8"?>
+<Group xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt"
+ xmlns:j="clr-namespace:java.lang" xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets" text="TimedDurationObservation">
+ <Group.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Group.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:InvalidWidget input="{Binding}"
+ property="MARTE:MARTE_Foundations:Time:TimedDurationObservation:obsKind"></ppe:InvalidWidget>
+ </Composite>
</Group> \ No newline at end of file

Back to the top