Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleElementDescriptor.xwt')
-rw-r--r--sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleElementDescriptor.xwt2
1 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleElementDescriptor.xwt b/sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleElementDescriptor.xwt
deleted file mode 100644
index b03350d4fea..00000000000
--- a/sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleElementDescriptor.xwt
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout" xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets" xmlns:x="http://www.eclipse.org/xwt" xmlns:j="clr-namespace:java.lang"><Composite.layout><ppel:PropertiesLayout></ppel:PropertiesLayout></Composite.layout><Composite><Composite.layout><ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout></Composite.layout><ppe:StringEditor input="{Binding}" property="paletteconfiguration:ElementDescriptor:elementTypeId"></ppe:StringEditor></Composite><Composite><Composite.layout><ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout></Composite.layout><ppe:MultiString input="{Binding}" property="paletteconfiguration:ElementDescriptor:graphicalHints"></ppe:MultiString></Composite></Composite> \ No newline at end of file

Back to the top