blob: b3512d0a0be2b3a2d0c07326a23539430300a47b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<artifactId>wikitext</artifactId>
<name>Mylyn Docs: WikiText</name>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.mylyn.docs</groupId>
<artifactId>docs.main</artifactId>
<version>${releaseVersion}${qualifier}</version>
<relativePath>..</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>core</module>
<module>ui</module>
</modules>
<profiles>
<profile>
<id>sign</id>
<properties>
<artifacts.sign>true</artifacts.sign>
</properties>
</profile>
</profiles>
</project>