Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d015b8828d2cb2e4d6b0594c19e4c43bfc2dd69d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.views</artifactId>
	<groupId>org.eclipse.papyrus</groupId>
	<version>0.0.1-SNAPSHOT</version>
	<packaging>pom</packaging>
	<parent>
	    <groupId>org.eclipse.papyrus</groupId>
	    <artifactId>org.eclipse.papyrus.plugins</artifactId>
	    <version>0.0.1-SNAPSHOT</version>
    </parent>
	<name>Papyrus Views</name>
	<description>Container of the Eclipse Views (workbench parts) that supplement the Papyrus Editor experience.</description>

	<modules>
		<module>modelexplorer</module>
		<module>properties</module>
		<module>validation</module>
		<module>org.eclipse.papyrus.views.search</module>
	</modules>
</project>

Back to the top