<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- ===========================================================================
         Project configuration file for the Geotools 2 project
         http://www.geotools.org/

         Version: $Id$
     =========================================================================== -->

<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>
  <parent>
    <groupId>org.geotools</groupId>
    <artifactId>gt2-module</artifactId>
    <version>2.2-SNAPSHOT</version>
  </parent>


  <!-- ==================================================== -->
  <!--     Module description                               -->
  <!-- ==================================================== -->
  <groupId>org.geotools</groupId>
  <artifactId>gt2-sample-data</artifactId>
  <packaging>jar</packaging>
  <name>Sample data module</name>
  <url>http://modules.geotools.org/sample-data</url>
  <description>
    Contains sample data for testing purpose.
  </description>



  <!-- ==================================================== -->
  <!--     Developers and contributors                      -->
  <!-- ==================================================== -->
  <developers>
    <developer>
      <name>James Macgill</name>
      <id>jmacgill</id>
      <email>jmacgill@users.sourceforge.net</email>
      <organization>PennState</organization>
      <roles>
        <role>Java Developer</role>
        <role>Project Management Committee (PMC) Member</role>
      </roles>
    </developer>
  </developers>



  <!-- ==================================================== -->
  <!--     Compilation (including resources)                -->
  <!-- ==================================================== -->
  <build>
    <resources>
      <resource>
        <directory>src</directory>
        <includes>
          <include>**/*.shp</include>
          <include>**/*.shx</include>
          <include>**/*.dbf</include>
          <include>**/spearfish_dem.asc.gz</include>
        </includes>
      </resource>
    </resources>
  </build>

</project>
