Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleTimerResource.xwt')
-rw-r--r--extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleTimerResource.xwt38
1 files changed, 19 insertions, 19 deletions
diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleTimerResource.xwt b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleTimerResource.xwt
index 3e2d0668b41..00a95b3daa4 100644
--- a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleTimerResource.xwt
+++ b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleTimerResource.xwt
@@ -1,20 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Group xmlns:j="clr-namespace:java.lang"
- xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns:x="http://www.eclipse.org/xwt" xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns="http://www.eclipse.org/xwt/presentation" text="TimerResource">
- <Group.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Group.layout>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:BooleanRadio input="{Binding}"
- property="MARTE:MARTE_Foundations:GRM:TimerResource:isPeriodic"></ppe:BooleanRadio>
- <ppe:BooleanRadio input="{Binding}"
- property="MARTE:MARTE_Foundations:GRM:Resource:isProtected"></ppe:BooleanRadio>
- <ppe:BooleanRadio input="{Binding}"
- property="MARTE:MARTE_Foundations:GRM:Resource:isActive"></ppe:BooleanRadio>
- </Composite>
+<?xml version="1.0" encoding="UTF-8"?>
+<Group xmlns:j="clr-namespace:java.lang"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+ xmlns:x="http://www.eclipse.org/xwt" xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
+ xmlns="http://www.eclipse.org/xwt/presentation" text="TimerResource">
+ <Group.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Group.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:BooleanRadio input="{Binding}"
+ property="MARTE:MARTE_Foundations:GRM:TimerResource:isPeriodic"></ppe:BooleanRadio>
+ <ppe:BooleanRadio input="{Binding}"
+ property="MARTE:MARTE_Foundations:GRM:Resource:isProtected"></ppe:BooleanRadio>
+ <ppe:BooleanRadio input="{Binding}"
+ property="MARTE:MARTE_Foundations:GRM:Resource:isActive"></ppe:BooleanRadio>
+ </Composite>
</Group> \ No newline at end of file

Back to the top