blob: 30082bc80a426ff7767ac2d9f806d25577e52097 [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>
<artifactId>rcptt.runtime</artifactId>
<groupId>org.eclipse.rcptt</groupId>
<version>1.5.3-SNAPSHOT</version>
</parent>
<modules>
<!-- CONTEXT PLUGINS -->
<module>org.eclipse.rcptt.ctx.debug.impl</module>
<module>org.eclipse.rcptt.ctx.group.impl</module>
<module>org.eclipse.rcptt.ctx.preferences.aspects</module>
<module>org.eclipse.rcptt.ctx.preferences.impl</module>
<module>org.eclipse.rcptt.ctx.parameters.impl</module>
<module>org.eclipse.rcptt.ctx.filesystem.impl</module>
<module>org.eclipse.rcptt.ctx.resources.impl</module>
<module>org.eclipse.rcptt.ctx.script.impl</module>
<module>org.eclipse.rcptt.ctx.workbench.impl</module>
<module>org.eclipse.rcptt.ctx.workbench.aspect</module>
</modules>
<groupId>org.eclipse.rcptt</groupId>
<version>1.5.3-SNAPSHOT</version>
<artifactId>rcptt.runtime.contexts</artifactId>
<packaging>pom</packaging>
</project>