Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a7b00f9600803f1c1a100431ececc6fb6fd9ae5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.eclipse.papyrus.bpmn</groupId>
		<artifactId>org.eclipse.papyrus.bpmn.parent</artifactId>
		<version>0.9.1</version>
	</parent>
	<artifactId>org.eclipse.papyrus.bpmn</artifactId>
	<packaging>eclipse-plugin</packaging>

	<build>
		<sourceDirectory>custom-src</sourceDirectory>
	</build>
</project>

Back to the top