Blame SOURCES/jchardet-1.0.pom

7d1b6b
<project>
7d1b6b
  <modelVersion>4.0.0</modelVersion>
7d1b6b
  <groupId>net.sourceforge.jchardet</groupId>
7d1b6b
  <artifactId>jchardet</artifactId>
7d1b6b
  <name>Java port of Mozilla charset detector</name>
7d1b6b
  <version>1.0</version>
7d1b6b
  <description>Java port of Mozilla&#39;s automatic charset detection algorithm.
7d1b6b
        See... <a href=\"http://www.mozilla.org/projects/intl/chardet.html\">
7d1b6b
        http://www.mozilla.org/projects/intl/chardet.html </a>for
7d1b6b
        the details of the orginal code and Author.</description>
7d1b6b
  <url>http://maven.apache.org</url>
7d1b6b
  <licenses>
7d1b6b
    <license>
7d1b6b
      <name>Mozilla Public License 1.1 (MPL 1.1)</name>
7d1b6b
      <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
7d1b6b
      <distribution>repo</distribution>
7d1b6b
    </license>
7d1b6b
  </licenses>
7d1b6b
  <scm>
7d1b6b
    <connection>scm:cvs:pserver:anonymous@jchardet.cvs.sourceforge.net:/cvsroot/jchardet</connection>
7d1b6b
    <url>http://jchardet.cvs.sourceforge.net/jchardet/</url>
7d1b6b
  </scm>
7d1b6b
  <build>
7d1b6b
    <plugins>
7d1b6b
      <plugin>
7d1b6b
        <artifactId>maven-compiler-plugin</artifactId>
7d1b6b
        <version>2.0.2</version>
7d1b6b
        <configuration>
7d1b6b
          <source>1.4</source>
7d1b6b
          <target>1.4</target>
7d1b6b
        </configuration>
7d1b6b
      </plugin>
7d1b6b
    </plugins>
7d1b6b
  </build>
7d1b6b
  <distributionManagement>
7d1b6b
    <status>deployed</status>
7d1b6b
  </distributionManagement>
7d1b6b
</project>