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/AspectActions.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/AspectActions.xwt')
-rw-r--r--sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/AspectActions.xwt15
1 files changed, 0 insertions, 15 deletions
diff --git a/sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/AspectActions.xwt b/sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/AspectActions.xwt
deleted file mode 100644
index f6d2d449614..00000000000
--- a/sandbox/org.eclipse.papyrus.palette.customization/model/Palette/ui/AspectActions.xwt
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout">
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <Composite.layoutData>
- <GridData horizontalAlignment="FILL" verticalAlignment="FILL"
- grabExcessHorizontalSpace="true" grabExcessVerticalSpace="true" />
- </Composite.layoutData>
- <ppe:MultiReferencePropertyEditorWithPropertyView
- input="{Binding}" property="AspectActions:ToolConfiguration:aspectActions">
- </ppe:MultiReferencePropertyEditorWithPropertyView>
-</Composite> \ No newline at end of file

Back to the top