Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 3354e8e4ab42bf15dc11774183bc9e14920f86f5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                                                 
<?xml version="1.0" encoding="UTF-8"?>
<Composite
	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
	xmlns="http://www.eclipse.org/xwt/presentation" xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
	xmlns:x="http://www.eclipse.org/xwt">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<ppe:ReferenceDialog property="UML:PackageMerge:mergedPackage"
		input="{Binding}"></ppe:ReferenceDialog>
</Composite>

Back to the top