Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleConfig.xwt')
-rw-r--r--extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleConfig.xwt44
1 files changed, 22 insertions, 22 deletions
diff --git a/extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleConfig.xwt b/extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleConfig.xwt
index e1b39373bdf..abc2a36e7b8 100644
--- a/extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleConfig.xwt
+++ b/extraplugins/migration/org.eclipse.papyrus.migration.rsa/dialog/ui/SingleConfig.xwt
@@ -1,23 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:j="clr-namespace:java.lang"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns:x="http://www.eclipse.org/xwt" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns="http://www.eclipse.org/xwt/presentation">
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:BooleanCheckbox input="{Binding}"
- property="RSAToPapyrusParameters:Config:convertOpaqueExpressionToLiteralString"></ppe:BooleanCheckbox>
- <ppe:BooleanCheckbox input="{Binding}"
- property="RSAToPapyrusParameters:Config:removeUnmappedProfilesAndStereotypes"></ppe:BooleanCheckbox>
- <ppe:BooleanCheckbox
- property="RSAToPapyrusParameters:Config:alwaysAcceptSuggestedMappings"
- input="{Binding}"></ppe:BooleanCheckbox>
- <ppe:IntegerEditor input="{Binding}"
- property="RSAToPapyrusParameters:Config:maxThreads"></ppe:IntegerEditor>
- </Composite>
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
+ xmlns:x="http://www.eclipse.org/xwt" xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+ xmlns="http://www.eclipse.org/xwt/presentation">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:BooleanCheckbox input="{Binding}"
+ property="RSAToPapyrusParameters:Config:convertOpaqueExpressionToLiteralString"></ppe:BooleanCheckbox>
+ <ppe:BooleanCheckbox input="{Binding}"
+ property="RSAToPapyrusParameters:Config:removeUnmappedProfilesAndStereotypes"></ppe:BooleanCheckbox>
+ <ppe:BooleanCheckbox
+ property="RSAToPapyrusParameters:Config:alwaysAcceptSuggestedMappings"
+ input="{Binding}"></ppe:BooleanCheckbox>
+ <ppe:IntegerEditor input="{Binding}"
+ property="RSAToPapyrusParameters:Config:maxThreads"></ppe:IntegerEditor>
+ </Composite>
</Composite> \ No newline at end of file

Back to the top