Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cecfbde54b600c360b41f84e8f63d0ba88ad0a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.infra-editor</artifactId>
	<packaging>pom</packaging>
	<parent>
	    <groupId>org.eclipse.papyrus</groupId>
	    <artifactId>org.eclipse.papyrus.infra</artifactId>
	    <version>0.0.1-SNAPSHOT</version>
    </parent>
	<name>Papyrus Editor Welcome Page</name>
	<description>Model and implementation of the extensible Welcome Page of the Papyrus Editor.</description>
	
	<modules>
		<module>org.eclipse.papyrus.infra.editor.welcome</module>
		<module>org.eclipse.papyrus.infra.editor.welcome.nattable</module>
	</modules>
</project>

Back to the top