blob: aa138676c32430573d0a51e1ad40780e1f8e3493 [file] [log] [blame]
<!-- Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
Contributors: Regent L'Archeveque - initial API and implementation SPDX-License-Identifier:
EPL-1.0 -->
<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>
<groupId>org.eclipse.apogy</groupId>
<artifactId>bundles</artifactId>
<version>0.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.apogy</groupId>
<artifactId>org.eclipse.apogy</artifactId>
<version>0.6.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modules>
<module>common</module>
<module>codegen</module>
<module>addons</module>
<module>workspace</module>
<module>core</module>
<module>examples</module>
<module>rcp</module>
<module>tests</module>
</modules>
</project>