Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 39e55580a4820aef8d5a52c3d74e51228956ed7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<persistence-mapping xmlns="http://www.eclipse.org/emft/teneo"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

	<epackage namespace-uri="http://www.eclipse.org/gmf/runtime/1.0.0/notation">

		<eclass name="SortingStyle">
			<property name="sortingKeys">
				<transient/>
			</property>
		</eclass>

	</epackage>

</persistence-mapping>

Back to the top