Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 4f88ce0125ba7acd049d33ad1cf77a9fe9c4cff0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                     
                                                                                                                                                                                        

                 
                                                                            

                  
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.infra-viewpoints</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 Infra Viewpoints</name>
	<description>Plug-ins providing an interpretation of the ISO42010 standard and its application to Papyrus for role-based viewpoints customizing the UI experience.</description>

	<modules>
		<module>org.eclipse.papyrus.infra.viewpoints.policy</module>
	</modules>
</project>

Back to the top