Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 34d32b8bdea92fd2af78bd5b514fd95b805872e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!-- Merge rules used by JMerger -->
<merge:options 
	xmlns:merge="http://www.eclipse.org/org/eclipse/emf/codegen/jmerge/Options">
	<merge:pull 
		sourceGet="Method/getReturnType" 
		targetPut="Method/setReturnType"/>
	<merge:pull 
		sourceGet="Method/getExceptions" 
		targetPut="Method/addException"/>
</merge:options>

Back to the top