Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a46a143e4abdb158215e425615f462ba040e9854 (plain) (tree)


















                                                                                                                        
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.papyrus.infra-architecture</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 Architecture</name>
	<description>Architecture framework for Papyrus including the architecture representation package.</description>

	<modules>
		<module>org.eclipse.papyrus.infra.architecture</module>
		<module>org.eclipse.papyrus.infra.architecture.representation</module>
		<module>org.eclipse.papyrus.infra.architecture.representation.edit</module>
	</modules>
</project>

Back to the top