Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d5dc35c62e2d871cbdf77a52777104de013411e9 (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-modelexplorer</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.views</artifactId>
	    <version>0.0.1-SNAPSHOT</version>
    </parent>
	<name>Papyrus Model Explorer View</name>
	<description>The plug-ins comprising the Papyrus Model Explorer View.  For the explorer content framework, refer to the /plugins/facet and /plugins/infra/ui modules.</description>

	<modules>
		<module>org.eclipse.papyrus.views.modelexplorer</module>
		<module>org.eclipse.papyrus.views.modelexplorer.newchild</module>
		<module>org.eclipse.papyrus.views.modelexplorer.resourceloading</module>
		<module>org.eclipse.papyrus.views.modelexplorer.widgets</module>
	</modules>
</project>

Back to the top