Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleMappingParameters.xwt')
-rw-r--r--extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleMappingParameters.xwt18
1 files changed, 18 insertions, 0 deletions
diff --git a/extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleMappingParameters.xwt b/extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleMappingParameters.xwt
new file mode 100644
index 00000000000..c9c2279988c
--- /dev/null
+++ b/extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleMappingParameters.xwt
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang" 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" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:MultiReference input="{Binding}"
+ property="RSAToPapyrusParameters:MappingParameters:uriMappings"></ppe:MultiReference>
+ <ppe:MultiReference
+ property="RSAToPapyrusParameters:MappingParameters:profileUriMappings"
+ input="{Binding}"></ppe:MultiReference>
+ </Composite>
+</Composite> \ No newline at end of file

Back to the top