blob: 44b6f40639eb959266dd04b87a35e4ea27f91910 [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.1-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>
<licenses>
<license>
<name>Eclipse Public License Version 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>Eclipse Mylyn</name>
<url>http://eclipse.org/mylyn</url>
</organization>
</project>