<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.eclipse.mylyn.wikitext</groupId>
    <artifactId>wikitext.textile</artifactId>
    <version>0.9.4.I20090220-1600-e3x</version>
    <packaging>jar</packaging>
    <url>https://textile-j.dev.java.net/</url>
    <licenses>
        <license>
            <name>EPL (Eclipse Public License)</name>
            <url>http://www.eclipse.org/legal/epl-v10.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <dependencies>
        <dependency>
            <groupId>org.eclipse.mylyn.wikitext</groupId>
            <artifactId>wikitext</artifactId>
            <version>0.9.4.I20090220-1600-e3x</version>
        </dependency>
    </dependencies>

</project>
