Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-10-28 11:38:29 +0000
committercletavernie2011-10-28 11:38:29 +0000
commit188cb36b91b4f895e33211cdba7ecae367b5e3e1 (patch)
tree8d4dbdeae9ddeb08315db66bd0d1ef24cc33f6eb /sandbox/org.eclipse.papyrus.properties.marte/model/ui/MultipleTimedElement.xwt
parent2c640094cca89292b5c28846777e5f3a1a7b603d (diff)
downloadorg.eclipse.papyrus-188cb36b91b4f895e33211cdba7ecae367b5e3e1.tar.gz
org.eclipse.papyrus-188cb36b91b4f895e33211cdba7ecae367b5e3e1.tar.xz
org.eclipse.papyrus-188cb36b91b4f895e33211cdba7ecae367b5e3e1.zip
Initial import.
Property view for the Marte profile
Diffstat (limited to 'sandbox/org.eclipse.papyrus.properties.marte/model/ui/MultipleTimedElement.xwt')
-rw-r--r--sandbox/org.eclipse.papyrus.properties.marte/model/ui/MultipleTimedElement.xwt9
1 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/org.eclipse.papyrus.properties.marte/model/ui/MultipleTimedElement.xwt b/sandbox/org.eclipse.papyrus.properties.marte/model/ui/MultipleTimedElement.xwt
new file mode 100644
index 00000000000..bce74260ee4
--- /dev/null
+++ b/sandbox/org.eclipse.papyrus.properties.marte/model/ui/MultipleTimedElement.xwt
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Group xmlns:x="http://www.eclipse.org/xwt"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
+ xmlns:j="clr-namespace:java.lang" xmlns="http://www.eclipse.org/xwt/presentation"
+ text="TimedElement">
+ <Group.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Group.layout>
+</Group> \ No newline at end of file

Back to the top