Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Cadavid2015-07-16 15:23:00 +0000
committerJuan Cadavid2015-07-16 16:38:39 +0000
commitb660b7d240fcf4993d2555df0ab54f79d30331d8 (patch)
tree03f98b87f29ef0c9cf94b948b7d5434acced9b62 /extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImport.xwt
parent941e1c6d8cb30ec092385a8b1bd44844c14bc7d2 (diff)
downloadorg.eclipse.papyrus-b660b7d240fcf4993d2555df0ab54f79d30331d8.tar.gz
org.eclipse.papyrus-b660b7d240fcf4993d2555df0ab54f79d30331d8.tar.xz
org.eclipse.papyrus-b660b7d240fcf4993d2555df0ab54f79d30331d8.zip
Papyrus BPMN customization
Change-Id: Ifccfedbbd4f30f166e1b39136ec1822a63f4f33c Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImport.xwt')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImport.xwt9
1 files changed, 9 insertions, 0 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImport.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImport.xwt
new file mode 100644
index 00000000000..0573c6763f6
--- /dev/null
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImport.xwt
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns="http://www.eclipse.org/xwt/presentation"
+ xmlns:x="http://www.eclipse.org/xwt"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+ xmlns:j="clr-namespace:java.lang">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+</Composite> \ No newline at end of file

Back to the top