<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.freedesktop.tango</groupId>
  <artifactId>tango-icon-theme</artifactId>
  <packaging>jar</packaging>
  <name>freedesktop.org Tango icon theme</name>
  <version>0.8.90</version>
  <description>A sample implementation of the freedesktop.org icon naming specification following the Tango style guidelines.</description>
  <url>http://tango.freedesktop.org</url>
  <inceptionYear>2005</inceptionYear>
  <licenses>
    <license>
      <name>Public Domain</name>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <organization>
    <name>freedesktop.org</name>
    <url>http://freedesktop.org</url>
  </organization>
  <scm>
    <connection>scm:cvs:pserver:anoncvs:@anoncvs.freedesktop.org:/cvs/tango:tango-icon-theme</connection>
    <url>http://webcvs.freedesktop.org/tango/tango-icon-theme/</url>
  </scm>
  <build>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <filtering>false</filtering>
      </resource>
      <resource>
        <targetPath>META-INF</targetPath>
        <filtering>false</filtering>
        <directory>${basedir}</directory>
        <includes>
          <include>AUTHORS</include>
          <include>COPYING</include>
        </includes>
      </resource>
    </resources>
  </build>
</project>
