Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleSwAccessService.xwt')
-rw-r--r--extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleSwAccessService.xwt48
1 files changed, 24 insertions, 24 deletions
diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleSwAccessService.xwt b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleSwAccessService.xwt
index eb35f207b49..cb08fb0afe2 100644
--- a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleSwAccessService.xwt
+++ b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleSwAccessService.xwt
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Group xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns:j="clr-namespace:java.lang" text="SwAccessService">
- <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_DesignModel:SRM:SW_ResourceCore:SwAccessService:isModifier"></ppe:BooleanRadio>
- </Composite>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:ReferenceDialog input="{Binding}"
- property="MARTE:MARTE_DesignModel:SRM:SW_ResourceCore:SwAccessService:accessedElement"></ppe:ReferenceDialog>
- <ppe:ReferenceDialog input="{Binding}"
- property="MARTE:MARTE_Foundations:GRM:GrService:owner"></ppe:ReferenceDialog>
- </Composite>
+<?xml version="1.0" encoding="UTF-8"?>
+<Group xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+ xmlns:j="clr-namespace:java.lang" text="SwAccessService">
+ <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_DesignModel:SRM:SW_ResourceCore:SwAccessService:isModifier"></ppe:BooleanRadio>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:ReferenceDialog input="{Binding}"
+ property="MARTE:MARTE_DesignModel:SRM:SW_ResourceCore:SwAccessService:accessedElement"></ppe:ReferenceDialog>
+ <ppe:ReferenceDialog input="{Binding}"
+ property="MARTE:MARTE_Foundations:GRM:GrService:owner"></ppe:ReferenceDialog>
+ </Composite>
</Group> \ No newline at end of file

Back to the top