<?xml version="1.0" encoding="ISO-8859-1"?>
<project
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://maven.apache.org/POM/4.0.0">
    <!-- @version $Revision: 3401 $ ($Author: vlads $) $Date: 2009-05-05 18:31:39 -0400 (Tue, 05 May 2009) $ -->
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.pyx4me</groupId>
        <artifactId>pyx4me</artifactId>
        <version>2.0.4</version><!--pyx4me-version-->
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>pyx4me-archetypes</artifactId>
    <name>pyx4me-archetypes</name>
    <packaging>pom</packaging>

    <description>maven 2 archetypes</description>

    <modules>
        <module>j2me-simple</module>
    </modules>

</project>