Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: e7405bfdb605c113f6973b3a419eb902da89cecd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                                                                                                                                             
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.views-properties</artifactId>
	<packaging>pom</packaging>
	<parent>
	    <groupId>org.eclipse.papyrus</groupId>
	    <artifactId>org.eclipse.papyrus.views</artifactId>
	    <version>0.0.1-SNAPSHOT</version>
    </parent>
	<name>Papyrus Properties View</name>
	<description>The plug-ins comprising the Papyrus Properties view configuration management and storage.  For the Properties UI framework, refer to the /plugins/infra/properties module.</description>

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

Back to the top