blob: 3fe53a1f1ab9c5e66765067df40cd1b4b6c1026b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus.incubation.alf</groupId>
<artifactId>org.eclipse.papyrus.incubation.alf.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.alf.plugins</artifactId>
<packaging>pom</packaging>
<modules>
<module>core</module>
<module>ui</module>
<!-- FIXME: was present in Papyrus core repositoy but unused in the build
Missing org.eclipse.xtext.gmf.glue 0.8.0'
<module>editor</module> -->
</modules>
</project>