Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3b078bc35ec48b568927670abb3c5a951c2319c5 (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">

	<!-- Template for TestAction persistence mapping. -->

	<epackage namespace-uri="[NAMESPACEURI]">

		<eclass name="[NAME]">
		
		</eclass>
		
	</epackage>

</persistence-mapping>

Back to the top