Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6fe86de2535f70a65d4f670016e265d4c5992c60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<paletteDefinition>
	<content>
		<drawer iconpath="/icons/drawer.gif" id="Drawer__1387437837516"
			name="TestDrawer">
			<aspectTool description="Create an element with a stereotype"
				iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/Class.gif"
				id="clazz.tool.class_1387437855081" name="Electrical Module"
				refToolId="clazz.tool.class">
				<postAction id="org.eclipse.papyrus.applystereotypeactionprovider">
					<stereotypesToApply>
						<stereotype stereotypeName="ElementTypesTestsProfile::Module">
							<property propertyName="ElementTypesTestsProfile::Module::kind">
								<value>Electrical</value>
							</property>
						</stereotype>
					</stereotypesToApply>
				</postAction>
			</aspectTool>
		</drawer>
	</content>
</paletteDefinition>

Back to the top