Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-01-27 09:02:08 +0000
committerCamille Letavernier2015-01-27 09:02:08 +0000
commit159d239e48873ce3b20eb46aad2f06fa8d8f76d4 (patch)
treef90114794252d291e182ad7ab1e66ccc66272208 /sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleAspectAction.xwt
parent0a2c4ede957f26a57655e9af8d082c78c6c75c0e (diff)
downloadorg.eclipse.papyrus-159d239e48873ce3b20eb46aad2f06fa8d8f76d4.tar.gz
org.eclipse.papyrus-159d239e48873ce3b20eb46aad2f06fa8d8f76d4.tar.xz
org.eclipse.papyrus-159d239e48873ce3b20eb46aad2f06fa8d8f76d4.zip
[Cleanup Repository] Remove deprecated customization plug-ins
- Customization were based on deprecated EMF Facet 0.1.x model - Customizations were applied on some deprecated models (Or never released ones)
Diffstat (limited to 'sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleAspectAction.xwt')
-rw-r--r--sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleAspectAction.xwt21
1 files changed, 0 insertions, 21 deletions
diff --git a/sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleAspectAction.xwt b/sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleAspectAction.xwt
deleted file mode 100644
index 2fa329139c4..00000000000
--- a/sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/SingleAspectAction.xwt
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
- xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt"
- xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets"
- xmlns:palette="clr-namespace:org.eclipse.papyrus.palette.customization.widgets">
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <Composite.layoutData>
- <GridData verticalAlignment="FILL" grabExcessVerticalSpace="true"
- horizontalAlignment="FILL" grabExcessHorizontalSpace="true"></GridData>
- </Composite.layoutData>
- <palette:AspectActionPropertyEditor
- input="{Binding}" property="AspectActions:AspectAction:action"
- showLabel="false">
- <palette:AspectActionPropertyEditor.layoutData>
- <GridData verticalAlignment="FILL" grabExcessVerticalSpace="true"
- horizontalAlignment="FILL" grabExcessHorizontalSpace="true"></GridData>
- </palette:AspectActionPropertyEditor.layoutData>
- </palette:AspectActionPropertyEditor>
-</Composite> \ No newline at end of file

Back to the top