blob: 5b608406e9d301d1f5f502b62a29b15f5e087829 [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>
<groupId>org.eclipse.mylyn.docs</groupId>
<artifactId>wikitext</artifactId>
<name>Mylyn Docs: WikiText</name>
<version>3.0.24-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>core</module>
<module>ui-pom.xml</module>
</modules>
<profiles>
<profile>
<id>sign</id>
<properties>
<artifacts.sign>true</artifacts.sign>
</properties>
</profile>
</profiles>
<licenses>
<license>
<name>Eclipse Public License Version 2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>Eclipse Mylyn</name>
<url>http://eclipse.org/mylyn</url>
</organization>
</project>