Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleGaResourcesPlatform.xwt')
-rw-r--r--extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleGaResourcesPlatform.xwt16
1 files changed, 16 insertions, 0 deletions
diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleGaResourcesPlatform.xwt b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleGaResourcesPlatform.xwt
new file mode 100644
index 00000000000..c47d1f3fe1f
--- /dev/null
+++ b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleGaResourcesPlatform.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Group xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets"
+ xmlns:x="http://www.eclipse.org/xwt" xmlns:j="clr-namespace:java.lang"
+ xmlns="http://www.eclipse.org/xwt/presentation" xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
+ text="GaResourcesPlatform">
+ <Group.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Group.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:MultiReference input="{Binding}"
+ property="MARTE:MARTE_AnalysisModel:GQAM:GaResourcesPlatform:resources"></ppe:MultiReference>
+ </Composite>
+</Group> \ No newline at end of file

Back to the top